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

Inherits ScriptCanvas::GraphInfo.

Public Member Functions

 AZ_CLASS_ALLOCATOR (ActivationInfo, AZ::SystemAllocator)
 
 AZ_RTTI (ActivationInfo, "{9EBCB557-80D1-43CA-840E-BB8945BF13F4}", GraphInfo)
 
 ActivationInfo (const ActivationInfo &)=default
 
 ActivationInfo (const GraphInfo &info)
 
 ActivationInfo (const GraphInfo &info, const VariableValues &variableValues)
 
AZStd::string ToString () const
 
- Public Member Functions inherited from ScriptCanvas::GraphInfo
 AZ_CLASS_ALLOCATOR (GraphInfo, AZ::SystemAllocator)
 
 AZ_RTTI (GraphInfo, "{8D40A70D-3846-46B4-B0BF-22B5D0F55ADC}")
 
 GraphInfo (const GraphInfo &)=default
 
 GraphInfo (ExecutionStateWeakConstPtr executionState)
 
bool operator== (const GraphInfo &graphInfo) const
 
AZStd::string ToString () const
 

Public Attributes

bool m_entityIsObserved = false
 
VariableValues m_variableValues
 
- Public Attributes inherited from ScriptCanvas::GraphInfo
ExecutionStateWeakConstPtr m_executionState
 

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