FRigVMByteCode::AddChangeTypeOp

Adds a change-type operator to reuse a register for a smaller or same size type

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 AddChangeTypeOp
(
    FRigVMOperand InArg,
    ERigVMRegisterType InType,
    uint16 InElementSize,
    uint16 InElementCount,
    uint16 InSliceCount
)

Remarks

Adds a change-type operator to reuse a register for a smaller or same size type

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