FRigVMByteCode::AddJumpIfOp

Adds an absolute, forward or backward jump operator based on a condition argument

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 AddJumpIfOp
(
    ERigVMOpCode InOpCode,
    uint16 InInstructionIndex,
    const FRigVMOperand & InConditionArg,
    bool bJumpWhenConditionIs
)

Remarks

Adds an absolute, forward or backward jump operator based on a condition argument

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