Gems/ScriptCanvas*
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
+3
-3
@@ -33,9 +33,9 @@ namespace ScriptCanvasEditor
|
||||
~NodeDescriptorComponent() override = default;
|
||||
|
||||
// Component
|
||||
void Init();
|
||||
void Activate();
|
||||
void Deactivate();
|
||||
void Init() override;
|
||||
void Activate() override;
|
||||
void Deactivate() override;
|
||||
////
|
||||
|
||||
// NodeDescriptorBus::Handler
|
||||
|
||||
+1
-1
@@ -74,7 +74,7 @@ namespace ScriptCanvasEditor
|
||||
////
|
||||
|
||||
// ScriptEventReceiveNodeDescriptorNotifications
|
||||
void OnScriptEventReloaded(const AZ::Data::Asset<ScriptEvents::ScriptEventsAsset>& asset);
|
||||
void OnScriptEventReloaded(const AZ::Data::Asset<ScriptEvents::ScriptEventsAsset>& asset) override;
|
||||
////
|
||||
|
||||
protected:
|
||||
|
||||
+1
-1
@@ -52,7 +52,7 @@ namespace ScriptCanvasEditor
|
||||
////
|
||||
|
||||
// VariableNodeDescriptorBus
|
||||
ScriptCanvas::VariableId GetVariableId() const;
|
||||
ScriptCanvas::VariableId GetVariableId() const override;
|
||||
////
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user