FRigVMJumpIfOp

Jump to a new instruction index based on a condition.

Windows
MacOS
Linux

Inheritance Hierarchy

FRigVMBaseOp

FRigVMUnaryOp

FRigVMJumpIfOp

References

Module

RigVM

Header

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

Include

#include "RigVMCore/RigVMByteCode.h"

Syntax

struct FRigVMJumpIfOp : public FRigVMUnaryOp

Remarks

Jump to a new instruction index based on a condition. the instruction can be absolute, relative forward or relative backward based on the opcode

Variables

Name Description

Public variable

bool

 

Condition

Public variable

int32

 

InstructionIndex

Constructors

Name Description

Public function

FRigVMJumpIfOp()

Public function

FRigVMJumpIfOp

(
    ERigVMOpCode InOpCode,
    FRigVMOperand InConditionArg,
    int32 InInstructionIndex,
    bool InCondition
)

Functions

Name Description

Public function

bool

 

Serialize

(
    FArchive& Ar
)

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