VectorVM::OptimizeByteCode

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::OptimizeByteCode
    (
        const uint8 * ByteCode,
        TArray< uint8 > & OptimizedCode,
        TArrayView< uint8 > ExternalFunctionRegisterCounts
    )
}

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