Navigation
API > API/Runtime > API/Runtime/DataflowCore
UStruct array cache element.
| Name | FContextCacheElementUStructArray |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowContextCache.h |
| Include Path | #include "Dataflow/DataflowContextCache.h" |
Syntax
struct FContextCacheElementUStructArray :
public UE::Dataflow::FContextCacheElementBase ,
public FGCObject
Inheritance Hierarchy
- FContextCacheElementBase → FContextCacheElementUStructArray
- FGCObject → FContextCacheElementUStructArray
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FContextCacheElementUStructArray
(
const FContextCacheElementUStructArray& Other |
Dataflow/DataflowContextCache.h | ||
FContextCacheElementUStructArray
(
FGuid InNodeGuid, |
Dataflow/DataflowContextCache.h | ||
FContextCacheElementUStructArray
(
FGuid InNodeGuid, |
Construct from a single struct view into an array | Dataflow/DataflowContextCache.h | |
FContextCacheElementUStructArray
(
FGuid InNodeGuid, |
Dataflow/DataflowContextCache.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FContextCacheElementUStructArray() |
Dataflow/DataflowContextCache.h |
Structs
| Name | Remarks |
|---|---|
| FInstancedStructArray | Implements a FInstancedStruct for arrays (FInstancedStructContainer cannot be cast to a TArray) |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| InstancedStructArray | FInstancedStructArray | Dataflow/DataflowContextCache.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TArray< 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 |