Navigation
API > API/Runtime > API/Runtime/DirectLink
| Name | FParameterStore |
| Type | class |
| Header File | /Engine/Source/Runtime/Datasmith/DirectLink/Public/DirectLinkParameterStore.h |
| Include Path | #include "DirectLinkParameterStore.h" |
Syntax
class FParameterStore
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| DirectLinkParameterStore.h | |||
FParameterStore
(
const FParameterStore& |
DirectLinkParameterStore.h | ||
| DirectLinkParameterStore.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FParameterStore() |
DirectLinkParameterStore.h |
Structs
| Name | Remarks |
|---|---|
| FParameterDetails |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Parameters | TArray< FParameterDetails > | DirectLinkParameterStore.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint32 GetParameterCount() |
DirectLinkParameterStore.h | ||
int32 GetParameterIndex
(
FName Name |
DirectLinkParameterStore.h | ||
FName GetParameterName
(
int32 Index |
DirectLinkParameterStore.h | ||
bool GetValueAs
(
FName ParameterName, |
DirectLinkParameterStore.h | ||
bool HasParameterNamed
(
FName Name |
DirectLinkParameterStore.h | ||
| DirectLinkParameterStore.h | |||
FParameterStoreSnapshot Snapshot() |
DirectLinkParameterStore.h | ||
void Update
(
const FParameterStoreSnapshot& NewValues |
DirectLinkParameterStore.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FParameterStore & operator=
(
const FParameterStore& |
DirectLinkParameterStore.h | ||
FParameterStore & operator=
(
FParameterStore&& |
DirectLinkParameterStore.h |