Navigation
API > API/Runtime > API/Runtime/DataflowCore > API/Runtime/DataflowCore/Dataflow
Inheritance Hierarchy
- FContextCacheElementBase
- FContextCacheElementNull
References
| Module | DataflowCore |
| Header | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowNodeParameters.h |
| Include | #include "Dataflow/DataflowNodeParameters.h" |
Syntax
struct FContextCacheElementNull : public UE::Dataflow::FContextCacheElementBase
Remarks
Null entry, this will always return a default value.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FContextCacheElementNull
(
FGuid InNodeGuid, |
Overridden from FContextCacheElementBase
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< FContextCacheElementBase > | CreateReference
(
FContextCacheKey InReferenceDataKey |
InReferenceDataKey is the key of the cache element this function is called on. |