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::ReflectionManager::EntryPoint Struct Reference

Public Member Functions

 EntryPoint (StaticReflectionFunctionPtr staticEntry)
 
 EntryPoint (AZ::TypeId typeId, const ReflectionFunction &entry)
 
void operator() (ReflectContext *context) const
 
bool operator== (const EntryPoint &other) const
 

Public Attributes

StaticReflectionFunctionPtr m_nonTyped = nullptr
 
AZ::TypeId m_typeId = AZ::TypeId::CreateNull()
 
ReflectionFunction m_typed
 

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