FRigVMInstruction

The [FRigVMInstruction](API\Runtime\RigVM\RigVMCore\FRigVMInstruction) represents a single instruction within the VM.

Windows
MacOS
Linux

References

Module

RigVM

Header

/Engine/Source/Runtime/RigVM/Public/RigVMCore/RigVMByteCode.h

Include

#include "RigVMCore/RigVMByteCode.h"

Syntax

struct FRigVMInstruction

Remarks

The FRigVMInstruction represents a single instruction within the VM.

Variables

Name Description

Public variable

uint64

 

ByteCodeIndex

Public variable

ERigVMOpCode

 

OpCode

Public variable

uint8

 

OperandAlignment

Constructors

Name Description

Public function

FRigVMInstruction

(
    ERigVMOpCode InOpCode,
    uint64 InByteCodeIndex,
    uint8 InOperandAlignment
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss