Navigation
API > API/Plugins > API/Plugins/RigVM
The FRigVMInstruction represents a single instruction within the VM.
| Name | FRigVMInstruction |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMByteCode.h |
| Include Path | #include "RigVMCore/RigVMByteCode.h" |
Syntax
USTRUCT ()
struct FRigVMInstruction
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMInstruction
(
ERigVMOpCode InOpCode, |
RigVMCore/RigVMByteCode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ByteCodeIndex | int32 | RigVMCore/RigVMByteCode.h | ||
| Index | int32 | RigVMCore/RigVMByteCode.h | ||
| OpCode | ERigVMOpCode | RigVMCore/RigVMByteCode.h | ||
| OperandAlignment | uint8 | RigVMCore/RigVMByteCode.h |