|
Open 3D Engine ScriptCanvas Gem API Reference
2205.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
Public Member Functions | |
| AZ_TYPE_INFO (RuntimeVariable, "{6E969359-5AF5-4ECA-BE89-A96AB30A624E}") | |
| AZ_CLASS_ALLOCATOR (RuntimeVariable, AZ::SystemAllocator, 0) | |
| 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 |
1.8.17