Navigation
API > API/Runtime > API/Runtime/DataflowEngine
Get the current index in a subgraph This is to be used in subgraph when iterating over an array
| Name | FDataflowSubGraphGetCurrentIndexNode |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Engine/Public/Dataflow/DataflowSubGraphNodes.h |
| Include Path | #include "Dataflow/DataflowSubGraphNodes.h" |
Syntax
USTRUCT (Meta=(Icon="GraphEditor.Function_16x"))
struct FDataflowSubGraphGetCurrentIndexNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FDataflowSubGraphGetCurrentIndexNode
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Index | int32 | Dataflow/DataflowSubGraphNodes.h |
|