Gems/SceneProcessing
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -68,7 +68,7 @@ namespace AZ
|
||||
const char* virtualType, bool inclusive, std::initializer_list<GraphType> graphTypes);
|
||||
~FileSoftNameSetting() override = default;
|
||||
|
||||
bool IsVirtualType(const SceneAPI::Containers::Scene& scene, SceneAPI::Containers::SceneGraph::NodeIndex node) const;
|
||||
bool IsVirtualType(const SceneAPI::Containers::Scene& scene, SceneAPI::Containers::SceneGraph::NodeIndex node) const override;
|
||||
|
||||
static void Reflect(AZ::ReflectContext* context);
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ namespace AZ
|
||||
|
||||
QWidget* CreateGUI(QWidget* parent) override;
|
||||
u32 GetHandlerName() const override;
|
||||
bool AutoDelete() const;
|
||||
bool AutoDelete() const override;
|
||||
|
||||
bool IsDefaultHandler() const override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user