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