Navigation
API > API/Runtime > API/Runtime/DirectLink > API/Runtime/DirectLink/FParameterStoreSnapshot
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetValueAs
(
int32 I, |
DirectLinkParameterStore.h | ||
bool GetValueAs
(
FName Name, |
DirectLinkParameterStore.h |
GetValueAs(int32, T &)
| Name | GetValueAs |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/DirectLink/Public/DirectLinkParameterStore.h |
| Include Path | #include "DirectLinkParameterStore.h" |
template<typename T>
bool GetValueAs
(
int32 I,
T & Out
) const
GetValueAs(FName, T &)
| Name | GetValueAs |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/DirectLink/Public/DirectLinkParameterStore.h |
| Include Path | #include "DirectLinkParameterStore.h" |
template<typename T>
bool GetValueAs
(
FName Name,
T & Out
) const