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::CreateCategoryFromNodePaletteAction Class Reference

#include <CreateElementsActions.h>

Inherits ScriptCanvas::Developer::CompoundAction, and GraphCanvas::SceneNotificationBus::Handler.

Public Member Functions

 AZ_CLASS_ALLOCATOR (CreateCategoryFromNodePaletteAction, AZ::SystemAllocator)
 
 AZ_RTTI (CreateCategoryFromNodePaletteAction, "{FA073F04-5DE2-4124-9BAB-7507FFD046CD}", CompoundAction)
 
 CreateCategoryFromNodePaletteAction (GraphCanvas::NodePaletteWidget *nodePalette, GraphCanvas::GraphId graphId, QString category, QPointF scenePoint)
 
bool IsMissingPrecondition () override
 
EditorAutomationActionGenerateMissingPreconditionAction () override
 
void SetupAction () override
 
void OnNodeAdded (const AZ::EntityId &nodeId, bool isPaste) override
 
AZStd::vector< GraphCanvas::NodeId > GetCreatedNodes () const
 
ActionReport GenerateReport () const override
 
- Public Member Functions inherited from ScriptCanvas::Developer::CompoundAction
 AZ_CLASS_ALLOCATOR (CompoundAction, AZ::SystemAllocator)
 
 AZ_RTTI (CompoundAction, "{3F9A5736-111C-4D49-A3D5-BA3484D74F4D}", EditorAutomationAction)
 
void SetupAction () override
 
bool Tick () override
 
void AddAction (EditorAutomationAction *action)
 
ActionReport GenerateReport () const 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
 

Protected Member Functions

void OnActionsComplete () override
 
- Protected Member Functions inherited from ScriptCanvas::Developer::CompoundAction
void ClearActionQueue ()
 
virtual void OnActionsComplete ()
 
virtual EditorAutomationActionGenerateMissingPreconditionAction ()
 
virtual void SetupAction ()
 

Detailed Description

EditorAutomationAction that will create all nodes under the specified category from the NodePalette at the specified scene point

Member Function Documentation

◆ GenerateMissingPreconditionAction()

EditorAutomationAction * ScriptCanvas::Developer::CreateCategoryFromNodePaletteAction::GenerateMissingPreconditionAction ( )
overridevirtual

◆ GenerateReport()

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

◆ IsMissingPrecondition()

bool ScriptCanvas::Developer::CreateCategoryFromNodePaletteAction::IsMissingPrecondition ( )
overridevirtual

◆ OnActionsComplete()

void ScriptCanvas::Developer::CreateCategoryFromNodePaletteAction::OnActionsComplete ( )
overrideprotectedvirtual

◆ SetupAction()

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

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