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.
ScriptCanvas::NamedEndpoint Class Reference

Inherits ScriptCanvas::Endpoint.

Public Member Functions

 AZ_CLASS_ALLOCATOR (NamedEndpoint, AZ::SystemAllocator)
 
 AZ_TYPE_INFO (NamedEndpoint, "{E4FAB996-1958-4445-8C8B-367F582773F7}")
 
 NamedEndpoint (const Endpoint &endpoint)
 
 NamedEndpoint (const AZ::EntityId &nodeId, const AZStd::string &nodeName, const SlotId &slotId, const AZStd::string &slotName)
 
const AZStd::string & GetNodeName () const
 
NamedNodeId GetNamedNodeId () const
 
const AZStd::string & GetSlotName () const
 
NamedSlotId GetNamedSlotId () const
 
bool operator== (const Endpoint &other) const
 
bool operator== (const NamedEndpoint &other) const
 
- Public Member Functions inherited from ScriptCanvas::Endpoint
 AZ_CLASS_ALLOCATOR (Endpoint, AZ::SystemAllocator)
 
 AZ_TYPE_INFO (Endpoint, "{91D4ADAC-56FE-4D82-B9AF-6975D21435C8}")
 
 Endpoint (const AZ::EntityId &nodeId, const SlotId &slotId)
 
bool operator== (const Endpoint &other) const
 
const AZ::EntityId & GetNodeId () const
 
const SlotIdGetSlotId () const
 
bool IsValid () const
 

Static Public Member Functions

static void Reflect (AZ::ReflectContext *reflection)
 
- Static Public Member Functions inherited from ScriptCanvas::Endpoint
static void Reflect (AZ::ReflectContext *reflection)
 

Public Attributes

AZStd::string m_nodeName
 
AZStd::string m_slotName
 

Additional Inherited Members

- Protected Attributes inherited from ScriptCanvas::Endpoint
AZ::EntityId m_nodeId
 
SlotId m_slotId
 

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