Navigation
API > API/Runtime > API/Runtime/DataflowCore
| Name | FDataflowSelectNode |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowCoreNodes.h |
| Include Path | #include "Dataflow/DataflowCoreNodes.h" |
Syntax
USTRUCT (Meta=(Icon="GraphEditor.Branch_16x"))
struct FDataflowSelectNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FDataflowSelectNode
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| MainTypeGroup | const FName | Dataflow/DataflowCoreNodes.h | |
| NumInitialInputs | int32 | Dataflow/DataflowCoreNodes.h | |
| NumRequiredDataflowInputs | int32 | Dataflow/DataflowCoreNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Inputs | TArray< FDataflowAnyType > | Dataflow/DataflowCoreNodes.h | ||
| Result | FDataflowAnyType | Dataflow/DataflowCoreNodes.h |
|
|
| SelectedIndex | int32 | Dataflow/DataflowCoreNodes.h |
|
Functions
Public
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual DATAFLOW_NODE_DEFINE_INTERNAL(FDataflowSelectNode, "Select", "FlowControl", "") public void Evaluate
(
UE::Dataflow::FContext& Context, |
Evaluation | Dataflow/DataflowCoreNodes.h |