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 |
| InstType & | GetInstance () |
| const InstType & | GetInstance () const |