Inherits AZ::AttributeInvoker< void * >.
Public Member Functions | |
| AZ_CLASS_ALLOCATOR (AttributeReader, AZ::SystemAllocator) | |
Public Member Functions inherited from AZ::AttributeInvoker< void * > | |
| AZ_CLASS_ALLOCATOR (AttributeInvoker, AZ::SystemAllocator) | |
| bool | Read (U &value, Args &&... args) |
| bool | Invoke (Args &&... args) |
| AttributeInvoker (const void * &instance, Attribute *attrib) | |
| AttributeInvoker (void * &&instance, Attribute *attrib) | |
| Attribute * | GetAttribute () const |
| void * & | GetInstance () |
| const void * & | GetInstance () const |