Navigation
API > API/Runtime > API/Runtime/DataflowCore > API/Runtime/DataflowCore/Dataflow
Inheritance Hierarchy
- FContextCacheElementBase
- TContextCacheElementReference
References
| Module | DataflowCore |
| Header | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowNodeParameters.h |
| Include | #include "Dataflow/DataflowNodeParameters.h" |
Syntax
template<class T>
struct TContextCacheElementReference : public UE::Dataflow::FContextCacheElementBase
Remarks
Reference to another context cache entry.
Constructors
| Type | Name | Description | |
|---|---|---|---|
TContextCacheElementReference
(
FGuid InNodeGuid, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| 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. |