VectorVM::Exec

Execute VectorVM bytecode.

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

namespace VectorVM
{
    void VectorVM::Exec
    (
        uint8 const * ByteCode,
        uint8 const * OptimizedByteCode,
        int32 NumTempRegisters,
        int32 ConstantTableCount,
        const uint8 *const * ConstantTable,
        const int32 * ConstantTableSizes,
        TArrayView< FDataSetMeta > DataSetMetaTable,
        FVMExternalFunction * ExternalFunctionTable,
        void ** UserPtrTable,
        int32 NumInstances
    )
}

Remarks

Execute VectorVM bytecode.

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