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::AttributeInvoker< InstType > Class Template Reference

Public Member Functions

 AZ_CLASS_ALLOCATOR (AttributeInvoker, AZ::SystemAllocator)
 
template<class T , class U , typename... Args>
bool Read (U &value, Args &&... args)
 
template<typename RetType , typename... Args>
bool Invoke (Args &&... args)
 
 AttributeInvoker (const InstType &instance, Attribute *attrib)
 
 AttributeInvoker (InstType &&instance, Attribute *attrib)
 
AttributeGetAttribute () const
 
InstType & GetInstance ()
 
const InstType & GetInstance () const
 

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