Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/FRigVMMemoryStorageStruct
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T * GetDataByName
(
const FName& InName |
Returns the memory for a property given its name (or nullptr) | RigVMCore/RigVMMemoryStorageStruct.h | |
T * GetDataByName
(
const FName& InName, |
Returns the memory for a property given its name and a matching property path (or nullptr) | RigVMCore/RigVMMemoryStorageStruct.h |
GetDataByName(const FName &)
Description
Returns the memory for a property given its name (or nullptr)
| Name | GetDataByName |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMMemoryStorageStruct.h |
| Include Path | #include "RigVMCore/RigVMMemoryStorageStruct.h" |
template<typename T>
T * GetDataByName
(
const FName & InName
)
GetDataByName(const FName &, const FRigVMPropertyPath &)
Description
Returns the memory for a property given its name and a matching property path (or nullptr)
| Name | GetDataByName |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMMemoryStorageStruct.h |
| Include Path | #include "RigVMCore/RigVMMemoryStorageStruct.h" |
template<typename T>
T * GetDataByName
(
const FName & InName,
const FRigVMPropertyPath & InPropertyPath
)