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
Inheritance Hierarchy
- FContextCacheElementBase → FContextCacheElementUStructArray
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FContextCacheElementUStructArray
(
const FContextCacheElementUStructArray& Other |
Dataflow/DataflowContextCache.h | ||
FContextCacheElementUStructArray
(
FGuid InNodeGuid, |
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 > 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 |