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
@@ -158,7 +158,7 @@ namespace GraphCanvas
////
// SceneMemberNotificationBus
void OnSceneSet(const AZ::EntityId& sceneId);
void OnSceneSet(const AZ::EntityId& sceneId) override;
////
// SlotLayoutRequestBus
@@ -168,7 +168,7 @@ namespace GraphCanvas
bool IsSlotGroupVisible(SlotGroup group) const override;
void SetSlotGroupVisible(SlotGroup group, bool visible) override;
void ClearSlotGroup(SlotGroup group);
void ClearSlotGroup(SlotGroup group) override;
////
// StyleNotificationBus