Navigation
API > API/Runtime > API/Runtime/DirectLink
Diffable, and serializable to a buffer
| Name | FParameterStoreSnapshot |
| Type | class |
| Header File | /Engine/Source/Runtime/Datasmith/DirectLink/Public/DirectLinkParameterStore.h |
| Include Path | #include "DirectLinkParameterStore.h" |
Syntax
class FParameterStoreSnapshot
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 |
|---|---|---|---|
void AddParam
(
FName Name, |
DirectLinkParameterStore.h | ||
int32 GetParameterIndex
(
FName ParameterName |
DirectLinkParameterStore.h | ||
bool GetValueAs
(
int32 I, |
DirectLinkParameterStore.h | ||
bool GetValueAs
(
FName Name, |
DirectLinkParameterStore.h | ||
FElementHash Hash() |
DirectLinkParameterStore.h | ||
void ReserveParamCount
(
uint32 PropCount |
DirectLinkParameterStore.h | ||
void SerializeAll
(
FArchive& Ar |
DirectLinkParameterStore.h |