Navigation
API > API/Runtime > API/Runtime/DirectLink
| Name | TStoreKey |
| Type | class |
| Header File | /Engine/Source/Runtime/Datasmith/DirectLink/Public/DirectLinkParameterStore.h |
| Include Path | #include "DirectLinkParameterStore.h" |
Syntax
template<typename T, typename S>
class TStoreKey
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TStoreKey
(
const T& InitialValue |
DirectLinkParameterStore.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FParameterStore | friend | DirectLinkParameterStore.h | ||
| NativeValue | T | DirectLinkParameterStore.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const T & Get () |
DirectLinkParameterStore.h | ||
T & Get () |
DirectLinkParameterStore.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator const T &() |
DirectLinkParameterStore.h | ||
operator T&() |
DirectLinkParameterStore.h | ||
T & operator=
(
const T& InValue |
DirectLinkParameterStore.h |