Inherits ScriptCanvas::Developer::EditorAutomationState.
|
| AZ_TYPE_INFO (StaticIdAutomationState, "{7E7450F7-5553-4877-8AC9-365A052F2758}") |
|
int | GetStateId () const override |
|
const char * | GetStateName () const override |
|
| AZ_TYPE_INFO (EditorAutomationState, "{B18A0531-E3C2-4209-8A9E-1B0195C28443}") |
|
| AZ_CLASS_ALLOCATOR (EditorAutomationState, AZ::SystemAllocator) |
|
void | SetStateModel (StateModel *stateModel) |
|
template<typename T > |
void | SetModelData (StateModel::DataKey dataKey, const T &modelData) |
|
template<typename T > |
const T * | GetModelData (StateModel::DataKey dataKey) |
|
StateModel * | GetStateModel () const |
|
void | SetupStateActions (EditorAutomationActionRunner &actionRunner) |
|
void | StateActionsComplete () |
|
bool | HasErrors () const |
|
void | ReportError (AZStd::string error) |
|
const AZStd::string & | GetError () const |
|
|
static constexpr int | EXIT_STATE_ID = (-1) |
|
virtual void | OnSetupStateActions (EditorAutomationActionRunner &actionRunner)=0 |
|
virtual void | OnStateActionsComplete () |
|
The documentation for this class was generated from the following file:
- Gems/ScriptCanvasDeveloper/Code/Editor/Include/ScriptCanvasDeveloperEditor/EditorAutomation/EditorAutomationTest.h