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