![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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 FContextCacheElementBase * | GetCacheEntry () const |
| UE::Dataflow::FContextValue::FContextValue | ( | IContextCacheStore & | InContext, |
| FContextCacheKey | InCacheKey | ||
| ) |
| UE::Dataflow::FContextValue::FContextValue | ( | IContextCacheStore & | InContext, |
| TUniquePtr< FContextCacheElementBase > && | InCacheElement | ||
| ) |
| FContextValue UE::Dataflow::FContextValue::GetAt | ( | int32 | Index | ) | const |
| const FContextCacheElementBase * UE::Dataflow::FContextValue::GetCacheEntry | ( | ) | const |
| int32 UE::Dataflow::FContextValue::Num | ( | ) | const |
| FContextValue UE::Dataflow::FContextValue::ToArray | ( | ) | const |