Navigation
API > API/Runtime > API/Runtime/DataflowCore
Reference to another context cache entry.
| Name | FContextCacheElementReference |
| Type | struct |
| Header File | /Engine/Source/Runtime/Dataflow/Core/Public/Dataflow/DataflowContextCache.h |
| Include Path | #include "Dataflow/DataflowContextCache.h" |
Syntax
struct FContextCacheElementReference : public UE::Dataflow::FContextCacheElementBase
Inheritance Hierarchy
- FContextCacheElementBase → FContextCacheElementReference
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FContextCacheElementReference
(
FGuid InNodeGuid, |
Dataflow/DataflowContextCache.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DataKey | const FContextCacheKey | Dataflow/DataflowContextCache.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const T & GetData
(
const IContextCacheStore& Context, |
Dataflow/DataflowContextCache.h | ||
const FContextCacheElementBase * GetReferencedElement
(
const IContextCacheStore& Context |
Traverse references until the non-reference element is found. | Dataflow/DataflowContextCache.h |
Public Virtual
Overridden from FContextCacheElementBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TUniquePtr< FContextCacheElementBase > AppendArrayElements
(
const TArray< const FContextCacheElementBase* >& DereferencedElements, |
DereferencedElements will not be FContextCacheElementReference and instead be the final element any reference stored. | Dataflow/DataflowContextCache.h | |
virtual TUniquePtr< FContextCacheElementBase > Clone
(
const IContextCacheStore& Context |
Clone the cache entry | Dataflow/DataflowContextCache.h | |
virtual TUniquePtr< FContextCacheElementBase > CreateArrayFromElement
(
const IContextCacheStore& Context, |
Dataflow/DataflowContextCache.h | ||
virtual TUniquePtr< FContextCacheElementBase > CreateArrayFromElementAndAppend
(
const TArray< const FContextCacheElementBase* >& DereferencedElements, |
DereferencedElements will not be FContextCacheElementReference and instead be the final element any reference stored. | Dataflow/DataflowContextCache.h | |
virtual TUniquePtr< FContextCacheElementBase > CreateFromArrayElement
(
const IContextCacheStore& Context, |
Dataflow/DataflowContextCache.h | ||
virtual FConstStructView GetConstStructView
(
const IContextCacheStore& Context |
Get the matching const struct view if available, otherwise return an invalid one. | Dataflow/DataflowContextCache.h | |
virtual int32 GetNumArrayElements
(
const IContextCacheStore& Context |
Dataflow/DataflowContextCache.h | ||
virtual const void * GetUntypedData
(
const IContextCacheStore& Context, |
Dataflow/DataflowContextCache.h | ||
virtual bool IsArray
(
const IContextCacheStore& Context |
Dataflow/DataflowContextCache.h |