Navigation
API > API/Runtime > API/Runtime/DataflowCore > API/Runtime/DataflowCore/FContextCacheElementUStructArray
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FContextCacheElementUStructArray
(
const FContextCacheElementUStructArray& Other |
Dataflow/DataflowContextCache.h | ||
FContextCacheElementUStructArray
(
FGuid InNodeGuid, |
Dataflow/DataflowContextCache.h | ||
FContextCacheElementUStructArray
(
FGuid InNodeGuid, |
Construct from a single struct view into an array | Dataflow/DataflowContextCache.h | |
FContextCacheElementUStructArray
(
FGuid InNodeGuid, |
Dataflow/DataflowContextCache.h |
FContextCacheElementUStructArray(const FContextCacheElementUStructArray &)
| Name | FContextCacheElementUStructArray |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowContextCache.h |
| Include Path | #include "Dataflow/DataflowContextCache.h" |
FContextCacheElementUStructArray
(
const FContextCacheElementUStructArray & Other
)
FContextCacheElementUStructArray(FGuid, const FProperty *, const FConstStructArrayView &, uint32, FTimestamp)
| Name | FContextCacheElementUStructArray |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowContextCache.h |
| Include Path | #include "Dataflow/DataflowContextCache.h" |
FContextCacheElementUStructArray
(
FGuid InNodeGuid,
const FProperty * InProperty,
const FConstStructArrayView & InStructArrayView,
uint32 InNodeHash,
FTimestamp Timestamp
)
FContextCacheElementUStructArray(FGuid, const FProperty *, const FConstStructView &, uint32, FTimestamp)
Description
Construct from a single struct view into an array
| Name | FContextCacheElementUStructArray |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowContextCache.h |
| Include Path | #include "Dataflow/DataflowContextCache.h" |
FContextCacheElementUStructArray
(
FGuid InNodeGuid,
const FProperty * InProperty,
const FConstStructView & InStructView,
uint32 InNodeHash,
FTimestamp Timestamp
)
FContextCacheElementUStructArray(FGuid, const FProperty *, TArray< T > &&, uint32, FTimestamp)
| Name | FContextCacheElementUStructArray |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowContextCache.h |
| Include Path | #include "Dataflow/DataflowContextCache.h" |
template<typename T>
FContextCacheElementUStructArray
(
FGuid InNodeGuid,
const FProperty * InProperty,
TArray < T > && InStructArray,
uint32 InNodeHash,
FTimestamp Timestamp
)