Navigation
API > API/Plugins > API/Plugins/RigVM
Runs a set of instructions lazily
| Name | FRigVMRunInstructionsOp |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMByteCode.h |
| Include Path | #include "RigVMCore/RigVMByteCode.h" |
Syntax
USTRUCT ()
struct FRigVMRunInstructionsOp : public FRigVMUnaryOp
Inheritance Hierarchy
- FRigVMBaseOp → FRigVMUnaryOp → FRigVMRunInstructionsOp
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| RigVMCore/RigVMByteCode.h | |||
FRigVMRunInstructionsOp
(
FRigVMOperand InExecutionStateArg, |
RigVMCore/RigVMByteCode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EndInstruction | int32 | RigVMCore/RigVMByteCode.h | ||
| StartInstruction | int32 | RigVMCore/RigVMByteCode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Serialize
(
FArchive& Ar |
RigVMCore/RigVMByteCode.h |