Navigation
API > API/Runtime > API/Runtime/DataflowCore
| Name | FContextValue |
| Type | struct |
| Header File | /Engine/Source/Runtime/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 | TSharedPtr< 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 | ||
FConstStructView GetConstStructView() |
Dataflow/DataflowContextCache.h | ||
FInstancedStruct GetInstancedStruct() |
Dataflow/DataflowContextCache.h | ||
const TInstancedStruct< T > GetTypedInstancedStruct() |
Dataflow/DataflowContextCache.h | ||
const T * GetTypedStructPtr() |
Dataflow/DataflowContextCache.h | ||
bool IsArray() |
Dataflow/DataflowContextCache.h | ||
int32 Num() |
Dataflow/DataflowContextCache.h | ||
FContextValue ToArray() |
Dataflow/DataflowContextCache.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FContextValue AppendArrays
(
IContextCacheStore& InContext, |
Warning: no checking will be done to verify that Elements can be appended to the array for strongly typed TContextCacheElement arrays and elements. It is assumed they can be cast to the correct type. | Dataflow/DataflowContextCache.h | |
static FContextValue MakeArray
(
IContextCacheStore& InContext, |
Warning: no checking will be done to verify that Elements can be appended to the array for strongly typed TContextCacheElement arrays and elements. It is assumed they can be cast to the correct type. | Dataflow/DataflowContextCache.h |