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