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::AnyTypeInfoConcept< ValueType, typename > Struct Template Reference

Detailed Description

template<typename ValueType, typename = void>
struct AZ::AnyTypeInfoConcept< ValueType, typename >

Helper structure to allow the creation of a function pointer for creating AZStd::any objects It takes advantage of type erasure to allow a mapping of Uuids to AZStd::any(*)() function pointers without needing to store the template type.


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