Open 3D Engine AzToolsFramework API Reference 26.05.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzToolsFramework::Debug::TraceContextStack::EntryInfo Struct Reference

Public Member Functions

 EntryInfo (const EntryInfo &rhs)=default
 
 EntryInfo (EntryInfo &&rhs)
 
EntryInfooperator= (const EntryInfo &rhs)=default
 
EntryInfooperator= (EntryInfo &&rhs)
 

Public Attributes

AZStd::string m_key
 
ContentType m_type
 
union { 
 
   size_t   stringValue 
 
   bool   boolValue 
 
   int64_t   intValue 
 
   uint64_t   uintValue 
 
   float   floatValue 
 
   double   doubleValue 
 
   size_t   uuidValue 
 
m_value 
 

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