Navigation
API > API/Runtime > API/Runtime/DataflowCore > API/Runtime/DataflowCore/FContextCacheElementUStructArray
Implements a FInstancedStruct for arrays (FInstancedStructContainer cannot be cast to a TArray)
| Name | FInstancedStructArray |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowContextCache.h |
| Include Path | #include "Dataflow/DataflowContextCache.h" |
Syntax
struct FInstancedStructArray : private TArray< uint8 >
Inheritance Hierarchy
- TArray → FContextCacheElementUStructArray::FInstancedStructArray
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FInstancedStructArray
(
const UScriptStruct*const InScriptStruct |
Dataflow/DataflowContextCache.h | ||
FInstancedStructArray
(
const FConstStructView& StructView |
Dataflow/DataflowContextCache.h | ||
FInstancedStructArray
(
const FConstStructArrayView& StructArrayView |
Dataflow/DataflowContextCache.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FInstancedStructArray() |
Dataflow/DataflowContextCache.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ScriptStruct | const UScriptStruct *const | Dataflow/DataflowContextCache.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddReferencedObjects
(
FReferenceCollector& Collector |
Dataflow/DataflowContextCache.h | ||
| Dataflow/DataflowContextCache.h | |||
| Dataflow/DataflowContextCache.h | |||
const void * GetMemory() |
Dataflow/DataflowContextCache.h | ||
const UScriptStruct * GetScriptStruct() |
Dataflow/DataflowContextCache.h | ||
FConstStructView GetScriptViewAt
(
int32 Index |
Dataflow/DataflowContextCache.h | ||
const int32 GetStructureSize() |
Dataflow/DataflowContextCache.h |