Open 3D Engine AzCore API Reference 26.05.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)
 
Attribute * GetAttribute () const
 
InstTypeGetInstance ()
 
const InstTypeGetInstance () const
 

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