Navigation
API > API/Runtime > API/Runtime/DataflowCore
Null entry, this will always return a default value.
| Name | FContextCacheElementNull |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowContextCache.h |
| Include Path | #include "Dataflow/DataflowContextCache.h" |
Syntax
struct FContextCacheElementNull : public UE::Dataflow::FContextCacheElementBase
Inheritance Hierarchy
- FContextCacheElementBase → FContextCacheElementNull
Constructors
| 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 |
Functions
Public
Overridden from FContextCacheElementBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TUniquePtr< FContextCacheElementBase > Clone
(
const IContextCacheStore& Context |
Clone the cache entry | Dataflow/DataflowContextCache.h | |
virtual TUniquePtr< FContextCacheElementBase > CreateFromArrayElement
(
const IContextCacheStore& Context, |
Dataflow/DataflowContextCache.h | ||
virtual int32 GetNumArrayElements
(
const IContextCacheStore& Context |
Dataflow/DataflowContextCache.h | ||
virtual const void * GetUntypedData
(
const IContextCacheStore& Context, |
Dataflow/DataflowContextCache.h |