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