Navigation
API > API/Runtime > API/Runtime/DirectLink
References
| Module | DirectLink |
| Header | /Engine/Source/Runtime/Datasmith/DirectLink/Public/DirectLinkParameterStore.h |
| Include | #include "DirectLinkParameterStore.h" |
Syntax
class FParameterStore
Constructors
| Type | Name | Description | |
|---|---|---|---|
FParameterStore
(
const FParameterStore& |
|||
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint32 | |||
| int32 | GetParameterIndex
(
FName Name |
||
| FName | GetParameterName
(
int32 Index |
||
| bool | GetValueAs
(
FName ParameterName, |
||
| bool | HasParameterNamed
(
FName Name |
||
| TStoreKey< T, S > & | RegisterParameter
(
TStoreKey< T, S >& Key, |
||
| FParameterStoreSnapshot | Snapshot () |
||
| void | Update
(
const FParameterStoreSnapshot& NewValues |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FParameterStore & | operator=
(
const FParameterStore& |
||
| FParameterStore & | operator=
(
FParameterStore&& |