Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/FRigVMByteCode
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const OpType & GetOpAt
(
int32 InByteCodeIndex |
Returns an operator at a given byte code index | RigVMCore/RigVMByteCode.h | |
const OpType & GetOpAt
(
const FRigVMInstruction& InInstruction |
Returns an operator for a given instruction | RigVMCore/RigVMByteCode.h | |
OpType & GetOpAt
(
int32 InByteCodeIndex |
Returns an operator at a given byte code index | RigVMCore/RigVMByteCode.h | |
OpType & GetOpAt
(
const FRigVMInstruction& InInstruction |
Returns an operator for a given instruction | RigVMCore/RigVMByteCode.h |
GetOpAt(int32)
Description
Returns an operator at a given byte code index
| Name | GetOpAt |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMByteCode.h |
| Include Path | #include "RigVMCore/RigVMByteCode.h" |
template<class OpType>
const OpType & GetOpAt
(
int32 InByteCodeIndex
) const
GetOpAt(const FRigVMInstruction &)
Description
Returns an operator for a given instruction
| Name | GetOpAt |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMByteCode.h |
| Include Path | #include "RigVMCore/RigVMByteCode.h" |
template<class OpType>
const OpType & GetOpAt
(
const FRigVMInstruction & InInstruction
) const
GetOpAt(int32)
Description
Returns an operator at a given byte code index
| Name | GetOpAt |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMByteCode.h |
| Include Path | #include "RigVMCore/RigVMByteCode.h" |
template<class OpType>
OpType & GetOpAt
(
int32 InByteCodeIndex
)
GetOpAt(const FRigVMInstruction &)
Description
Returns an operator for a given instruction
| Name | GetOpAt |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMByteCode.h |
| Include Path | #include "RigVMCore/RigVMByteCode.h" |
template<class OpType>
OpType & GetOpAt
(
const FRigVMInstruction & InInstruction
)