Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/URigVMMemoryStorage
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T & GetRefByName
(
const FName& InName |
Returns the ref of an element stored at a given property name (throws if name is invalid) | RigVMCore/RigVMMemoryStorage.h | |
T & GetRefByName
(
const FName& InName, |
Returns the ref of an element stored at a given property name and a property path (throws if name is invalid) | RigVMCore/RigVMMemoryStorage.h |
GetRefByName(const FName &)
Description
Returns the ref of an element stored at a given property name (throws if name is invalid)
| Name | GetRefByName |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMMemoryStorage.h |
| Include Path | #include "RigVMCore/RigVMMemoryStorage.h" |
template<typename T>
T & GetRefByName
(
const FName & InName
)
GetRefByName(const FName &, const FRigVMPropertyPath &)
Description
Returns the ref of an element stored at a given property name and a property path (throws if name is invalid)
| Name | GetRefByName |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMMemoryStorage.h |
| Include Path | #include "RigVMCore/RigVMMemoryStorage.h" |
template<typename T>
T & GetRefByName
(
const FName & InName,
const FRigVMPropertyPath & InPropertyPath
)