Navigation
API > API/Runtime > API/Runtime/DataflowCore > API/Runtime/DataflowCore/Dataflow
Inheritance Hierarchy
- FContextCacheElementBase
- TContextCacheElementUObject
References
| Module | DataflowCore |
| Header | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowNodeParameters.h |
| Include | #include "Dataflow/DataflowNodeParameters.h" |
Syntax
template<class T>
struct TContextCacheElementUObject :
public UE::Dataflow::FContextCacheElementBase ,
public FGCObject
Remarks
UObject cache element, prevents the object from being garbage collected while in the cache.
Constructors
| Type | Name | Description | |
|---|---|---|---|
TContextCacheElementUObject
(
FGuid InNodeGuid, |
Functions
Overridden from FContextCacheElementBase
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< FContextCacheElementBase > | CreateReference
(
FContextCacheKey InReferenceDataKey |
InReferenceDataKey is the key of the cache element this function is called on. |
Overridden from FGCObject
| Type | Name | Description | |
|---|---|---|---|
| void | AddReferencedObjects
(
FReferenceCollector& Collector |
Pure virtual that must be overloaded by the inheriting class. | |
| FString | Overload this method to report a name for your referencer |
Typedefs
| Name | Description |
|---|---|
| FDataType |