Open 3D Engine ScriptCanvasDeveloper Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
ScriptCanvas::Developer::ForceCloseActiveGraphAction Class Reference

Action that will forcibly close the active graph, bypassing any prompts for saving. More...

#include <GraphActions.h>

Inherits ScriptCanvas::Developer::ProcessUserEventsAction.

Public Member Functions

 AZ_CLASS_ALLOCATOR (ForceCloseActiveGraphAction, AZ::SystemAllocator)
 
 AZ_RTTI (ForceCloseActiveGraphAction, "{39BE4561-49A3-4087-BC70-15773EC2117F}", ProcessUserEventsAction)
 
void SetupAction () override
 
bool Tick () override
 
ActionReport GenerateReport () const override
 
- Public Member Functions inherited from ScriptCanvas::Developer::ProcessUserEventsAction
 AZ_CLASS_ALLOCATOR (ProcessUserEventsAction, AZ::SystemAllocator)
 
 AZ_RTTI (ProcessUserEventsAction, "{CB6D47D6-2E63-4277-BCD0-F9014D74CC48}", DelayAction)
 
 ProcessUserEventsAction (AZStd::chrono::milliseconds delayTime=AZStd::chrono::milliseconds(250))
 
void SetupAction () override
 
bool Tick () override
 
- Public Member Functions inherited from ScriptCanvas::Developer::DelayAction
 AZ_CLASS_ALLOCATOR (DelayAction, AZ::SystemAllocator)
 
 AZ_RTTI (DelayAction, "{44927F65-58DF-4142-8C04-6EC7A10050FB}", EditorAutomationAction)
 
 DelayAction (AZStd::chrono::milliseconds delayTime=AZStd::chrono::milliseconds(250))
 
void SetupAction () override
 
bool Tick () override
 
- Public Member Functions inherited from ScriptCanvas::Developer::EditorAutomationAction
 AZ_CLASS_ALLOCATOR (EditorAutomationAction, AZ::SystemAllocator)
 
bool IsAtPreconditionLimit () const
 
virtual bool IsMissingPrecondition ()
 
void ResetPreconditionAttempts ()
 
EditorAutomationActionGenerationPreconditionActions ()
 
void SignalActionBegin ()
 
virtual bool Tick ()=0
 
virtual ActionReport GenerateReport () const
 

Additional Inherited Members

- Protected Member Functions inherited from ScriptCanvas::Developer::EditorAutomationAction
virtual EditorAutomationActionGenerateMissingPreconditionAction ()
 
virtual void SetupAction ()
 

Detailed Description

Action that will forcibly close the active graph, bypassing any prompts for saving.

Member Function Documentation

◆ GenerateReport()

ActionReport ScriptCanvas::Developer::ForceCloseActiveGraphAction::GenerateReport ( ) const
overridevirtual

◆ SetupAction()

void ScriptCanvas::Developer::ForceCloseActiveGraphAction::SetupAction ( )
overridevirtual

◆ Tick()

bool ScriptCanvas::Developer::ForceCloseActiveGraphAction::Tick ( )
overridevirtual

The documentation for this class was generated from the following file: