Gems/GraphCanvas

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-09-10 20:19:06 -07:00
parent 35a7ad612b
commit fa1d1bd2fc
41 changed files with 90 additions and 90 deletions
@@ -45,7 +45,7 @@ namespace GraphCanvas
////
// RootGraphicsItemNotificationBus
void OnDisplayStateChanged(RootGraphicsItemDisplayState oldState, RootGraphicsItemDisplayState newState);
void OnDisplayStateChanged(RootGraphicsItemDisplayState oldState, RootGraphicsItemDisplayState newState) override;
////
// NodePropertiesRequestBus
@@ -56,7 +56,7 @@ namespace GraphCanvas
////
// NodePropertyRequestBus
void SetDisabled(bool disabled);
void SetDisabled(bool disabled) override;
void SetNodePropertyDisplay(NodePropertyDisplay* nodePropertyDisplay) override;
NodePropertyDisplay* GetNodePropertyDisplay() const override;