FRigVMJumpOp

Jump to a new instruction index.

Windows
MacOS
Linux

Inheritance Hierarchy

FRigVMBaseOp

FRigVMJumpOp

References

Module

RigVM

Header

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

Include

#include "RigVMCore/RigVMByteCode.h"

Syntax

struct FRigVMJumpOp : public FRigVMBaseOp

Remarks

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

Variables

Name Description

Public variable

int32

 

InstructionIndex

Constructors

Name Description

Public function

FRigVMJumpOp()

Public function

FRigVMJumpOp

(
    ERigVMOpCode InOpCode,
    int32 InInstructionIndex
)

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