![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <DataflowContextCachingFactory.h>
Public Member Functions | |
| ~FContextCachingFactory () | |
| UE_API void | RegisterSerializeFunction (const FName &Type, FSerializeFunction InSerializeFunc) |
| UE_API FContextCacheElementBase * | Serialize (FArchive &Ar, FContextCacheData &&Data) |
| bool | Contains (FName InType) const |
Static Public Member Functions | |
| static FContextCachingFactory * | GetInstance () |
| template<class T > | |
| static const T & | GetTypedElement (const FContextCacheElementBase *InElement, const T &Default) |
| template<class T > | |
| static FContextCacheElementBase * | NewTypedElement (T &&Data) |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
| void UE::Dataflow::FContextCachingFactory::RegisterSerializeFunction | ( | const FName & | Type, |
| FSerializeFunction | InSerializeFunc | ||
| ) |
| FContextCacheElementBase * UE::Dataflow::FContextCachingFactory::Serialize | ( | FArchive & | Ar, |
| FContextCacheData && | Data | ||
| ) |