UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
DataflowContextCache.h File Reference

Go to the source code of this file.

Classes

struct  UE::Dataflow::TIsUObjectPtrElement< T >
 
struct  UE::Dataflow::TIsReflectedStruct< T, typename >
 
struct  UE::Dataflow::TIsReflectedStruct< T, std::void_t< decltype(&TBaseStructure< typename TDecay< T >::Type >::Get)> >
 
struct  UE::Dataflow::FTimestamp
 
struct  UE::Dataflow::IContextCacheStore
 
struct  UE::Dataflow::FContextCacheElementBase
 
struct  UE::Dataflow::TContextCacheElement< T >
 
struct  UE::Dataflow::FContextCacheElementReference
 
struct  UE::Dataflow::FContextCacheElementNull
 
struct  UE::Dataflow::TContextCacheElementUObject< T >
 
struct  UE::Dataflow::TContextCacheElementUObjectArray< T >
 
struct  UE::Dataflow::FContextCacheElementUStruct
 
struct  UE::Dataflow::FContextCacheElementUStructArray
 
struct  UE::Dataflow::FContextCache
 
struct  UE::Dataflow::FContextValue
 

Namespaces

namespace  UE
 
namespace  UE::Dataflow
 

Typedefs

typedef uint32 UE::Dataflow::FContextCacheKey
 

Functions

DATAFLOWCORE_API FArchiveoperator<< (FArchive &Ar, UE::Dataflow::FTimestamp &ValueIn)
 
DATAFLOWCORE_API FArchiveoperator<< (FArchive &Ar, UE::Dataflow::FContextCache &ValueIn)
 

Function Documentation

◆ operator<<() [1/2]

DATAFLOWCORE_API FArchive & operator<< ( FArchive Ar,
UE::Dataflow::FContextCache ValueIn 
)

◆ operator<<() [2/2]

DATAFLOWCORE_API FArchive & operator<< ( FArchive Ar,
UE::Dataflow::FTimestamp ValueIn 
)