Navigation
API > API/Plugins > API/Plugins/AnimNext > API/Plugins/AnimNext/EvaluationVM
References
| Module | AnimNext |
| Header | /Engine/Plugins/Experimental/AnimNext/Source/AnimNext/Public/EvaluationVM/EvaluationVM.h |
| Include | #include "EvaluationVM/EvaluationVM.h" |
Syntax
struct FEvaluationVMStackEntry
Remarks
Evaluation VM Stack Entry
A small header for each stack entry.
Variables
| Type | Name | Description | |
|---|---|---|---|
| union UE::AnimNext::FEvaluationVMStackEntry | |||
| uint64 | DummyPadding | Dummy padding to ensure this structure remains 16 bytes even on 32-bit architectures. | |
| uint32 | Flags | Metadata flags. | |
| FEvaluationVMStackEntry * | Prev | Pointer to the previous entry beneath us on the stack. | |
| uint32 | Size | Allocated size of this entry, includes sizeof(FEvaluationVMStackEntry) |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void * | GetValuePtr () |
||
| const void * | GetValuePtr () |