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