Navigation
API > API/Runtime > API/Runtime/VectorVM
| |
|
| Name |
FVectorVMExecContext |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/VectorVM/Public/VectorVMRuntime.h |
| Include Path |
#include "VectorVMRuntime.h" |
Syntax
struct FVectorVMExecContext
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| ConstantTableCount |
int32 |
|
VectorVMRuntime.h |
|
| ConstantTableData |
const uint8 *const * |
|
VectorVMRuntime.h |
|
| ConstantTableNumBytes |
const int * |
|
VectorVMRuntime.h |
|
| DataSets |
TArrayView< FDataSetMeta > |
|
VectorVMRuntime.h |
|
| ExtFunctionTable |
TArrayView< const FVMExternalFunction * > |
|
VectorVMRuntime.h |
|
| Internal |
VectorVM::Runtime::FVectorVMExecContext |
|
VectorVMRuntime.h |
|
| MaxChunksPerBatch |
uint32 |
|
VectorVMRuntime.h |
|
| MaxInstancesPerChunk |
uint32 |
|
VectorVMRuntime.h |
|
| NumBytesRequiredPerBatch |
uint32 |
|
VectorVMRuntime.h |
|
| NumInstances |
int32 |
|
VectorVMRuntime.h |
|
| PerBatchRegisterDataBytesRequired |
uint32 |
|
VectorVMRuntime.h |
|
| UserPtrTable |
TArrayView< void * > |
|
VectorVMRuntime.h |
|
| VVMState |
FVectorVMState * |
|
VectorVMRuntime.h |
|