#include <GraphActions.h>
Inherits ScriptCanvas::Developer::EditorAutomationAction, and GraphCanvas::AssetEditorNotificationBus::Handler.
Public Member Functions | |
| AZ_CLASS_ALLOCATOR (WaitForNewGraphAction, AZ::SystemAllocator) | |
| AZ_RTTI (WaitForNewGraphAction, "{0632736B-ACC3-4051-9772-3A7169B375E9}", EditorAutomationAction) | |
| bool | Tick () override |
| const GraphCanvas::GraphId & | GetGraphId () const |
Public Member Functions inherited from ScriptCanvas::Developer::EditorAutomationAction | |
| AZ_CLASS_ALLOCATOR (EditorAutomationAction, AZ::SystemAllocator) | |
| bool | IsAtPreconditionLimit () const |
| virtual bool | IsMissingPrecondition () |
| void | ResetPreconditionAttempts () |
| EditorAutomationAction * | GenerationPreconditionActions () |
| void | SignalActionBegin () |
| virtual ActionReport | GenerateReport () const |
Additional Inherited Members | |
Protected Member Functions inherited from ScriptCanvas::Developer::EditorAutomationAction | |
| virtual EditorAutomationAction * | GenerateMissingPreconditionAction () |
| virtual void | SetupAction () |
This action waits for the signal from AssetEditorNotificationBus that signals the active graph has changed, meaning that in the context of these tests, the newly created graph is in focus.
|
overridevirtual |
Implements ScriptCanvas::Developer::EditorAutomationAction.