Public Member Functions | |
| AZ_TYPE_INFO (RuntimeVariable, "{6E969359-5AF5-4ECA-BE89-A96AB30A624E}") | |
| AZ_CLASS_ALLOCATOR (RuntimeVariable, AZ::SystemAllocator) | |
| RuntimeVariable (const RuntimeVariable &)=default | |
| RuntimeVariable (RuntimeVariable &&)=default | |
| RuntimeVariable (const AZStd::any &source) | |
| RuntimeVariable (AZStd::any &&source) | |
| RuntimeVariable & | operator= (const RuntimeVariable &)=default |
| RuntimeVariable & | operator= (RuntimeVariable &&)=default |
Static Public Member Functions | |
| static void | Reflect (AZ::ReflectContext *reflectContext) |
Public Attributes | |
| AZStd::any | value |