Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Get an element from an array
| Name | FDataflowGetArrayElementNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionArrayNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionArrayNodes.h" |
Syntax
USTRUCT ()
struct FDataflowGetArrayElementNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FDataflowGetArrayElementNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDataflowGetArrayElementNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionArrayNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers | |
|---|---|---|---|---|---|
| Element | FDataflowAllTypes | Element from the array at the specified index | Dataflow/GeometryCollectionArrayNodes.h |
|
|
| Index | DATAFLOW_NODE_DEFINE_INTERNAL(FDataflowGetArrayElementNode, "GetArrayElement", "Utilities | Array", "") private int32 | Array to get size from Array to get size from | Dataflow/GeometryCollectionArrayNodes.h |
|
Functions
Public
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
Dataflow/GeometryCollectionArrayNodes.h | ||
virtual FName GetDependentConnectionType
(
const FDataflowConnection& SourceConnection, |
Dataflow/GeometryCollectionArrayNodes.h |