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

#include <ReflectContext.h>

Public Member Functions

void NoSpecializationFunction ()
 

Detailed Description

template<class T>
struct AZ::OnDemandReflection< T >

OnDemand reflection for AZStd::chrono::duration specializations Currently supported specializations are nanoseconds,m milliseconds microseconds and seconds

This is the default implementation for OnDemandReflection (no reflection). You can specialize this template class for the type you want to reflect on demand.

Note
Currently only BehaviorContext support on demand reflection.

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