Navigation
API > API/Runtime > API/Runtime/VectorVM
| Name | FVectorVMExternalFunctionContext |
| Type | class |
| Header File | /Engine/Source/Runtime/VectorVM/Public/VectorVM.h |
| Include Path | #include "VectorVM.h" |
Syntax
class FVectorVMExternalFunctionContext
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DataSets | TArrayView< FDataSetMeta > | VectorVM.h | ||
| NumInstances | int | VectorVM.h | ||
| NumLoops | int | VectorVM.h | ||
| NumRegisters | int | VectorVM.h | ||
| NumUserPtrs | int | VectorVM.h | ||
| PerInstanceFnInstanceIdx | int | VectorVM.h | ||
| RandCounters | int32 ** | VectorVM.h | ||
| RandStream | FRandomStream * | VectorVM.h | ||
| RegInc | uint8 * | VectorVM.h | ||
| RegisterData | uint32 ** | VectorVM.h | ||
| RegReadCount | int | VectorVM.h | ||
| StartInstance | int | VectorVM.h | ||
| UserPtrTable | void ** | VectorVM.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
float * GetNextRegister
(
int32* OutAdvanceOffset |
VectorVM.h | ||
int32 GetNumInstances() |
VectorVM.h | ||
int32 GetNumLoops() |
VectorVM.h | ||
int32 * GetRandCounters() |
VectorVM.h | ||
FRandomStream & GetRandStream() |
VectorVM.h | ||
int32 GetStartInstance() |
VectorVM.h | ||
void * GetUserPtrTable
(
int32 UserPtrIdx |
VectorVM.h |