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::NamedId< t_Id > Class Template Reference

Inherits t_Id.

Public Types

using ThisType = NamedId< t_Id >
 

Public Member Functions

 AZ_CLASS_ALLOCATOR (NamedId< t_Id >, AZ::SystemAllocator)
 
 AZ_RTTI ((NamedId, "{7DFA6B31-B283-48BE-9D6F-260D8994C593}", t_Id), t_Id)
 
 NamedId (const NamedId &)=default
 
 NamedId (const t_Id &id)
 
 NamedId (const t_Id &id, AZStd::string_view name)
 
AZStd::string ToString () const
 
bool operator== (const NamedId &rhs) const
 
bool operator== (const t_Id &rhs) const
 
bool operator!= (const NamedId &rhs) const
 
bool operator!= (const t_Id &rhs) const
 
bool operator< (const NamedId &rhs) const
 
bool operator< (const t_Id &rhs) const
 
bool operator> (const NamedId &rhs) const
 
bool operator> (const t_Id &rhs) const
 

Static Public Member Functions

static void Reflect (AZ::ReflectContext *context)
 

Public Attributes

AZStd::string m_name
 

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