Navigation
API > API/Runtime > API/Runtime/DataflowCore > API/Runtime/DataflowCore/FContextCacheElementNull
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FContextCacheElementNull
(
FGuid InNodeGuid, |
Dataflow/DataflowContextCache.h | ||
FContextCacheElementNull
(
FGuid InNodeGuid, |
IMPORTANT: Timestamp must be set to (Timestamp.Value - 1) to make sure that this type of entry is always invalid | Dataflow/DataflowContextCache.h |
FContextCacheElementNull(FGuid, const FProperty *, uint32, FTimestamp)
| Name | FContextCacheElementNull |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowContextCache.h |
| Include Path | #include "Dataflow/DataflowContextCache.h" |
FContextCacheElementNull
(
FGuid InNodeGuid,
const FProperty * InProperty,
uint32 InNodeHash,
FTimestamp Timestamp
)
FContextCacheElementNull(FGuid, const FProperty *, FContextCacheKey, uint32, FTimestamp)
Description
IMPORTANT: Timestamp must be set to (Timestamp.Value - 1) to make sure that this type of entry is always invalid
| Name | FContextCacheElementNull |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowContextCache.h |
| Include Path | #include "Dataflow/DataflowContextCache.h" |
FContextCacheElementNull
(
FGuid InNodeGuid,
const FProperty * InProperty,
FContextCacheKey InDataKey,
uint32 InNodeHash,
FTimestamp Timestamp
)