Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMCore
Inheritance Hierarchy
- FRigVMBaseOp
- FRigVMJumpOp
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMByteCode.h |
| Include | #include "RigVMCore/RigVMByteCode.h" |
Syntax
USTRUCT&40;&41;
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
| Type | Name | Description | |
|---|---|---|---|
| int32 | InstructionIndex |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRigVMJumpOp () |
|||
FRigVMJumpOp
(
ERigVMOpCode InOpCode, |