UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Dataflow::FContextValue Struct Reference

#include <DataflowContextCache.h>

Public Member Functions

DATAFLOWCORE_API FContextValue (IContextCacheStore &InContext, FContextCacheKey InCacheKey)
 
DATAFLOWCORE_API FContextValue (IContextCacheStore &InContext, TUniquePtr< FContextCacheElementBase > &&InCacheElement)
 
DATAFLOWCORE_API int32 Num () const
 
DATAFLOWCORE_API FContextValue GetAt (int32 Index) const
 
DATAFLOWCORE_API FContextValue ToArray () const
 
DATAFLOWCORE_API const FContextCacheElementBaseGetCacheEntry () const
 

Constructor & Destructor Documentation

◆ FContextValue() [1/2]

UE::Dataflow::FContextValue::FContextValue ( IContextCacheStore InContext,
FContextCacheKey  InCacheKey 
)

◆ FContextValue() [2/2]

UE::Dataflow::FContextValue::FContextValue ( IContextCacheStore InContext,
TUniquePtr< FContextCacheElementBase > &&  InCacheElement 
)

Member Function Documentation

◆ GetAt()

FContextValue UE::Dataflow::FContextValue::GetAt ( int32  Index) const

◆ GetCacheEntry()

const FContextCacheElementBase * UE::Dataflow::FContextValue::GetCacheEntry ( ) const

◆ Num()

int32 UE::Dataflow::FContextValue::Num ( ) const

◆ ToArray()

FContextValue UE::Dataflow::FContextValue::ToArray ( ) const

The documentation for this struct was generated from the following files: