Navigation
API > API/Runtime > API/Runtime/DataflowCore > API/Runtime/DataflowCore/Dataflow
Inheritance Hierarchy
- FContextCacheElementBase
- TContextCacheElement
References
| Module | DataflowCore |
| Header | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowNodeParameters.h |
| Include | #include "Dataflow/DataflowNodeParameters.h" |
Syntax
template<class T>
struct TContextCacheElement : public UE::Dataflow::FContextCacheElementBase
Remarks
Value storing context cache entry - strongly typed.
Constructors
| Type | Name | Description | |
|---|---|---|---|
TContextCacheElement
(
FGuid InNodeGuid, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const T & | Cache classes implemetation this needs to be after the FContext definition because they access its methods | ||
| const T & |
Overridden from FContextCacheElementBase
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< FContextCacheElementBase > | CreateReference
(
FContextCacheKey InReferenceDataKey |
InReferenceDataKey is the key of the cache element this function is called on. |
Typedefs
| Name | Description |
|---|---|
| FDataType |