Navigation
API > API/Runtime > API/Runtime/VectorVM
References
| Module | VectorVM |
| Header | /Engine/Source/Runtime/VectorVM/Public/VectorVM.h |
| Include | #include "VectorVM.h" |
Syntax
struct FVectorVMExecArgs
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAllowParallel | ||
| uint8 const * | ByteCode | ||
| const uint8 *const * | ConstantTable | ||
| int32 | ConstantTableCount | ||
| const int32 * | ConstantTableSizes | ||
| TArrayView< FDataSetMeta > | DataSetMetaTable | ||
| const FVMExternalFunction *const * | ExternalFunctionTable | ||
| int32 | NumInstances | ||
| int32 | NumTempRegisters | ||
| uint8 const * | OptimizedByteCode | ||
| void ** | UserPtrTable |