Navigation
API > API/Runtime > API/Runtime/DataflowCore > API/Runtime/DataflowCore/TContextCacheElement
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TContextCacheElement
(
const TContextCacheElement< T >& Other |
Dataflow/DataflowContextCache.h | ||
TContextCacheElement
(
FGuid InNodeGuid, |
Dataflow/DataflowContextCache.h |
TContextCacheElement(const TContextCacheElement< T > &)
| Name | TContextCacheElement |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowContextCache.h |
| Include Path | #include "Dataflow/DataflowContextCache.h" |
TContextCacheElement
(
const TContextCacheElement < T > & Other
)
TContextCacheElement(FGuid, const FProperty *, T &&, uint32, FTimestamp)
| Name | TContextCacheElement |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowContextCache.h |
| Include Path | #include "Dataflow/DataflowContextCache.h" |
TContextCacheElement
(
FGuid InNodeGuid,
const FProperty * InProperty,
T && InData,
uint32 InNodeHash,
FTimestamp Timestamp
)