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::AttributeMemberFunction< T > Class Template Reference

Detailed Description

template<class T>
class AZ::AttributeMemberFunction< T >

Generic attribute member function pointer container. All function must return non void result (we can implement this) as this is attribute and assumed to return something. The instance to the class will provided vie the invoke function. In general (unless you care) you should use this class vie the AttributeFunction class.


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