Open 3D Engine ScriptCanvas 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.
ScriptCanvasEditor::CreateAzEventHandlerSlotMenuAction Class Reference

#include <ScriptCanvasContextMenus.h>

Inherits GraphCanvas::SlotContextMenuAction.

Public Member Functions

 AZ_CLASS_ALLOCATOR (CreateAzEventHandlerSlotMenuAction, AZ::SystemAllocator)
 
 CreateAzEventHandlerSlotMenuAction (QObject *parent)
 
void RefreshAction (const GraphCanvas::GraphId &graphId, const AZ::EntityId &targetId) override
 
GraphCanvas::ContextMenuAction::SceneReaction TriggerAction (const GraphCanvas::GraphId &graphId, const AZ::Vector2 &scenePos) override
 

Static Public Member Functions

static const AZ::BehaviorMethod * FindBehaviorMethodWithAzEventReturn (const GraphCanvas::GraphId &graphId, AZ::EntityId targetId)
 

Protected Attributes

const AZ::BehaviorMethod * m_methodWithAzEventReturn {}
 
GraphCanvas::Endpoint m_methodNodeAzEventEndpoint
 

Detailed Description

Context Menu Action for Creating an AzEventHandler node from a data slot of a Behavior Method node which returns an AZ::Event<Params...> type


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