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::Serialize::StaticInstance< T > Struct Template Reference

#include <SerializeContext.h>

Static Public Attributes

static T s_instance
 

Detailed Description

template<class T>
struct AZ::Serialize::StaticInstance< T >

Template to hold a single global instance of a particular type. Keep in mind that this is not DLL safe get the variable from the Environment if store globals with state, currently this is not the case. AllocatorInstance for example with environment as we share allocators state across DLLs


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