Navigation
API > API/Runtime > API/Runtime/DataflowCore
| Name | FContextValue |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowContextCache.h |
| Include Path | #include "Dataflow/DataflowContextCache.h" |
Syntax
struct FContextValue
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FContextValue
(
IContextCacheStore& InContext, |
Dataflow/DataflowContextCache.h | ||
FContextValue
(
IContextCacheStore& InContext, |
Dataflow/DataflowContextCache.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CacheElement | TUniquePtr< FContextCacheElementBase > | Dataflow/DataflowContextCache.h | ||
| CacheKey | FContextCacheKey | Dataflow/DataflowContextCache.h | ||
| Context | IContextCacheStore & | Dataflow/DataflowContextCache.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FContextValue GetAt
(
int32 Index |
Dataflow/DataflowContextCache.h | ||
const FContextCacheElementBase * GetCacheEntry() |
Dataflow/DataflowContextCache.h | ||
int32 Num() |
Dataflow/DataflowContextCache.h | ||
FContextValue ToArray() |
Dataflow/DataflowContextCache.h |