Navigation
API > API/Runtime > API/Runtime/DataflowCore
UStruct cache element.
| Name | FContextCacheElementUStruct |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowContextCache.h |
| Include Path | #include "Dataflow/DataflowContextCache.h" |
Syntax
struct FContextCacheElementUStruct :
public UE::Dataflow::FContextCacheElementBase ,
public FGCObject
Inheritance Hierarchy
- FContextCacheElementBase → FContextCacheElementUStruct
- FGCObject → FContextCacheElementUStruct
Constructors
| 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 |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| InstancedStruct | FInstancedStruct | Dataflow/DataflowContextCache.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const T & GetData
(
const IContextCacheStore&, |
Dataflow/DataflowContextCache.h |
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 > CreateArrayFromElement
(
const IContextCacheStore& Context, |
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&, |
Dataflow/DataflowContextCache.h | ||
virtual bool IsArray
(
const IContextCacheStore& Context |
Dataflow/DataflowContextCache.h |
Overridden from FGCObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AddReferencedObjects
(
FReferenceCollector& Collector |
Dataflow/DataflowContextCache.h | ||
virtual FString GetReferencerName() |
Dataflow/DataflowContextCache.h |