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::DatumValue Struct Reference

Inherited by ScriptCanvas::TaggedDataValue< VariableChangeTag >, and ScriptCanvas::TaggedDataValue< t_Tag >.

Public Member Functions

 AZ_CLASS_ALLOCATOR (DatumValue, AZ::SystemAllocator)
 
 AZ_RTTI (DatumValue, "{5B4C8EA8-747E-4557-A10A-0EA0ADB387CA}")
 
 DatumValue (const DatumValue &)=default
 
 DatumValue (AZ::TypeId behaviorContextObjectType, const AZStd::string &toStringResult)
 
 DatumValue (const Datum &datum)
 
AZStd::string ToString () const
 

Static Public Member Functions

static DatumValue Create (const Datum &value)
 
static DatumValue Create (const GraphVariable &value)
 

Public Attributes

AZ::TypeId m_behaviorContextObjectType
 
Datum m_datum
 

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