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