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 FParameterStoreSnapshot
Remarks
Diffable, and serializable to a buffer
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddParam
(
FName Name, |
||
| int32 | GetParameterIndex
(
FName ParameterName |
||
| bool | GetValueAs
(
int32 I, |
||
| bool | GetValueAs
(
FName Name, |
||
| FElementHash | Hash () |
||
| void | ReserveParamCount
(
uint32 PropCount |
||
| void | SerializeAll
(
FArchive& Ar |