Navigation
API > API/Plugins > API/Plugins/RigVM
Jump to a new instruction index. the instruction can be absolute, relative forward or relative backward based on the opcode
| Name | FRigVMJumpOp |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMByteCode.h |
| Include Path | #include "RigVMCore/RigVMByteCode.h" |
Syntax
USTRUCT ()
struct FRigVMJumpOp : public FRigVMBaseOp
Inheritance Hierarchy
- FRigVMBaseOp → FRigVMJumpOp
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMJumpOp () |
RigVMCore/RigVMByteCode.h | ||
FRigVMJumpOp
(
ERigVMOpCode InOpCode, |
RigVMCore/RigVMByteCode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| 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 |