Gems/GraphCanvas
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -27,9 +27,9 @@ namespace GraphCanvas
|
||||
~PropertySlotComponent();
|
||||
|
||||
// Component
|
||||
void Init();
|
||||
void Activate();
|
||||
void Deactivate();
|
||||
void Init() override;
|
||||
void Activate() override;
|
||||
void Deactivate() override;
|
||||
////
|
||||
|
||||
// Slot RequestBus
|
||||
@@ -38,7 +38,7 @@ namespace GraphCanvas
|
||||
////
|
||||
|
||||
// PropertySlotBus
|
||||
const AZ::Crc32& GetPropertyId() const;
|
||||
const AZ::Crc32& GetPropertyId() const override;
|
||||
////
|
||||
|
||||
private:
|
||||
|
||||
+1
-1
@@ -49,7 +49,7 @@ namespace GraphCanvas
|
||||
// SlotNotificationBus
|
||||
void OnRegisteredToNode(const AZ::EntityId& nodeId) override;
|
||||
|
||||
void OnTooltipChanged(const TranslationKeyedString& tooltip);
|
||||
void OnTooltipChanged(const TranslationKeyedString& tooltip) override;
|
||||
////
|
||||
|
||||
// StyleNotificationBus
|
||||
|
||||
Reference in New Issue
Block a user