Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/URigVMMemoryStorage
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T & GetRef
(
int32 InPropertyIndex |
Returns the ref of an element stored at a given property index. | RigVMCore/RigVMMemoryStorage.h | |
T & GetRef
(
const FRigVMOperand& InOperand |
Returns the ref of an element stored for a given operand. | RigVMCore/RigVMMemoryStorage.h | |
T & GetRef
(
int32 InPropertyIndex, |
Returns the ref of an element stored at a given property index and a property path. | RigVMCore/RigVMMemoryStorage.h |
GetRef(int32)
Description
Returns the ref of an element stored at a given property index.
| Name | GetRef |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMMemoryStorage.h |
| Include Path | #include "RigVMCore/RigVMMemoryStorage.h" |
template<typename T>
T & GetRef
(
int32 InPropertyIndex
)
GetRef(const FRigVMOperand &)
Description
Returns the ref of an element stored for a given operand.
| Name | GetRef |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMMemoryStorage.h |
| Include Path | #include "RigVMCore/RigVMMemoryStorage.h" |
template<typename T>
T & GetRef
(
const FRigVMOperand & InOperand
)
GetRef(int32, const FRigVMPropertyPath &)
Description
Returns the ref of an element stored at a given property index and a property path.
| Name | GetRef |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMMemoryStorage.h |
| Include Path | #include "RigVMCore/RigVMMemoryStorage.h" |
template<typename T>
T & GetRef
(
int32 InPropertyIndex,
const FRigVMPropertyPath & InPropertyPath
)