UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition ArrayView.h:139
Definition VectorVMRuntime.cpp:31
FVectorVMState * AllocVectorVMState(TConstArrayView< uint8 > ContextData)
Definition VectorVMRuntime.cpp:2311
void ExecVectorVMState(FVectorVMExecContext *ExecCtx)
Definition VectorVMRuntime.cpp:2182
void FreeVectorVMState(FVectorVMState *VVMState)
Definition VectorVMRuntime.cpp:2419
Definition VectorVMRuntime.h:11
uint32 NumBytesRequiredPerBatch
Definition VectorVMRuntime.h:14
int32 NumInstances
Definition VectorVMRuntime.h:24
TArrayView< const FVMExternalFunction * > ExtFunctionTable
Definition VectorVMRuntime.h:22
TArrayView< FDataSetMeta > DataSets
Definition VectorVMRuntime.h:21
FVectorVMState * VVMState
Definition VectorVMRuntime.h:20
int32 ConstantTableCount
Definition VectorVMRuntime.h:27
uint32 MaxChunksPerBatch
Definition VectorVMRuntime.h:16
TArrayView< void * > UserPtrTable
Definition VectorVMRuntime.h:23
uint32 PerBatchRegisterDataBytesRequired
Definition VectorVMRuntime.h:15
const int * ConstantTableNumBytes
Definition VectorVMRuntime.h:26
const uint8 *const * ConstantTableData
Definition VectorVMRuntime.h:25
uint32 MaxInstancesPerChunk
Definition VectorVMRuntime.h:17
struct VectorVM::Runtime::FVectorVMExecContext::@2407 Internal
Definition VectorVMTypes.h:24