FVectorVMContext::PrepareForExec

Windows
MacOS
Linux

References

Module

VectorVM

Header

/Engine/Source/Runtime/VectorVM/Public/VectorVM.h

Include

#include "VectorVM.h"

Source

/Engine/Source/Runtime/VectorVM/Private/VectorVM.cpp

Syntax

void PrepareForExec
(
    int32 InNumTempRegisters,
    int32 ConstantTableCount,
    const uint8 *const * InConstantTables,
    const int32 * InConstantTableSizes,
    FVMExternalFunction * InExternalFunctionTable,
    void ** InUserPtrTable,
    TArrayView< FDataSetMeta > InDataSetMetaTable,
    int32 MaxNumInstances,
    bool bInParallelExecution
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss