FRigVMByteCode::GetOpNumBytesAt

Returns the size of the operator in bytes at a given byte index

Windows
MacOS
Linux

References

Module

RigVM

Header

/Engine/Source/Runtime/RigVM/Public/RigVMCore/RigVMByteCode.h

Include

#include "RigVMCore/RigVMByteCode.h"

Source

/Engine/Source/Runtime/RigVM/Private/RigVMCore/RigVMByteCode.cpp

Syntax

uint64 GetOpNumBytesAt
(
    uint64 InByteCodeIndex,
    bool bIncludeOperands
) const

Remarks

Returns the size of the operator in bytes at a given byte index

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