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 : public TArray< uint8 >
Inheritance Hierarchy
- TArray → FContextCacheElementUStructArray::FInstancedStructArray
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FInstancedStructArray
(
const UScriptStruct*const InScriptStruct |
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 |
|---|---|---|---|
| Dataflow/DataflowContextCache.h | |||
| Dataflow/DataflowContextCache.h | |||
const void * GetMemory() |
Dataflow/DataflowContextCache.h | ||
const UScriptStruct * GetScriptStruct() |
Dataflow/DataflowContextCache.h |