![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <DirectLinkParameterStore.h>
Public Member Functions | |
| UE_API void | SerializeAll (FArchive &Ar) |
| template<typename T > | |
| bool | GetValueAs (int32 I, T &Out) const |
| template<typename T > | |
| bool | GetValueAs (FName Name, T &Out) const |
| int32 | GetParameterIndex (FName ParameterName) const |
| UE_API void | AddParam (FName Name, Reflect::ESerialMethod StorageMethod, void *StorageLocation) |
| void | ReserveParamCount (uint32 PropCount) |
| UE_API FElementHash | Hash () const |
Friends | |
| class | FParameterStore |
Diffable, and serializable to a buffer
| void DirectLink::FParameterStoreSnapshot::AddParam | ( | FName | Name, |
| Reflect::ESerialMethod | StorageMethod, | ||
| void * | StorageLocation | ||
| ) |
|
inline |
|
inline |
| FElementHash DirectLink::FParameterStoreSnapshot::Hash | ( | ) | const |
|
friend |