Navigation
API > API/Plugins > API/Plugins/RigVM
Jump to a new instruction index based on a condition. the instruction can be absolute, relative forward or relative backward based on the opcode
| Name | FRigVMJumpIfOp |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMByteCode.h |
| Include Path | #include "RigVMCore/RigVMByteCode.h" |
Syntax
USTRUCT ()
struct FRigVMJumpIfOp : public FRigVMUnaryOp
Inheritance Hierarchy
- FRigVMBaseOp → FRigVMUnaryOp → FRigVMJumpIfOp
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| RigVMCore/RigVMByteCode.h | |||
FRigVMJumpIfOp
(
ERigVMOpCode InOpCode, |
RigVMCore/RigVMByteCode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Condition | bool | RigVMCore/RigVMByteCode.h | ||
| InstructionIndex | int32 | RigVMCore/RigVMByteCode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Serialize
(
FArchive& Ar |
RigVMCore/RigVMByteCode.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void ZeroPaddedMemoryIfNeeded
(
FRigVMBaseOp* InMemory |
RigVMCore/RigVMByteCode.h |