Open 3D Engine AzCore 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.
AZ::ScriptSystemComponent::ContextContainer Struct Reference

Public Member Functions

 ContextContainer (const ContextContainer &)=delete
 
 ContextContainer (ContextContainer &&rhs)
 
ContextContaineroperator= (const ContextContainer &)=delete
 
ContextContaineroperator= (ContextContainer &&rhs)
 

Public Attributes

ScriptContextm_context = nullptr
 
bool m_isOwner = true
 
int m_garbageCollectorSteps = 0
 
AZStd::unordered_map< Uuid, LoadedScriptInfom_loadedScripts
 
AZStd::unordered_map< Uuid, Data::Asset< ScriptAsset > > m_trackedScripts
 
AZStd::recursive_mutex m_loadedScriptsMutex
 

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