Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/FRigVMMemoryContainer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMOperand GetOperand
(
int32 InRegisterIndex, |
Returns an argument for a given register. | RigVMCore/RigVMMemoryDeprecated.h | |
FRigVMOperand GetOperand
(
int32 InRegisterIndex, |
Returns an argument for a given register. | RigVMCore/RigVMMemoryDeprecated.h |
GetOperand(int32, int32)
Description
Returns an argument for a given register. This is typically used to store a light weight address for use within a VM.
| Name | GetOperand |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMMemoryDeprecated.h |
| Include Path | #include "RigVMCore/RigVMMemoryDeprecated.h" |
FRigVMOperand GetOperand
(
int32 InRegisterIndex,
int32 InRegisterOffset
)
GetOperand(int32, const FString &, int32)
Description
Returns an argument for a given register. This is typically used to store a light weight address for use within a VM.
| Name | GetOperand |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMMemoryDeprecated.h |
| Include Path | #include "RigVMCore/RigVMMemoryDeprecated.h" |
FRigVMOperand GetOperand
(
int32 InRegisterIndex,
const FString & InSegmentPath,
int32 InArrayElement
)