Navigation
API > API/Runtime > API/Runtime/DataflowCore
Value storing context cache entry - strongly typed.
| Name | TContextCacheElement |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowContextCache.h |
| Include Path | #include "Dataflow/DataflowContextCache.h" |
Syntax
template<class T>
struct TContextCacheElement : public UE::Dataflow::FContextCacheElementBase
Inheritance Hierarchy
- FContextCacheElementBase → TContextCacheElement
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TContextCacheElement
(
const TContextCacheElement< T >& Other |
Dataflow/DataflowContextCache.h | ||
TContextCacheElement
(
FGuid InNodeGuid, |
Dataflow/DataflowContextCache.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FDataType | TDecay< T >::Type | Dataflow/DataflowContextCache.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Data | const FDataType | Dataflow/DataflowContextCache.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const T & GetData
(
const IContextCacheStore& Context, |
Dataflow/DataflowContextCache.h | ||
const T & GetDataDirect() |
Dataflow/DataflowContextCache.h |
Overridden from FContextCacheElementBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TUniquePtr< FContextCacheElementBase > Clone
(
const IContextCacheStore& Context |
Clone the cache entry | Dataflow/DataflowContextCache.h | |
virtual TUniquePtr< FContextCacheElementBase > CreateFromArrayElement
(
const IContextCacheStore& Context, |
Dataflow/DataflowContextCache.h | ||
virtual int32 GetNumArrayElements
(
const IContextCacheStore& Context |
Dataflow/DataflowContextCache.h | ||
virtual const void * GetUntypedData
(
const IContextCacheStore& Context, |
Dataflow/DataflowContextCache.h |