Navigation
API > API/Runtime > API/Runtime/DataflowCore > API/Runtime/DataflowCore/FDataflowNode
| Name | FDebugDrawParameters |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowNode.h |
| Include Path | #include "Dataflow/DataflowNode.h" |
Syntax
struct FDebugDrawParameters
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bNodeIsPinned | bool | Boolean to check if the node is pinned or not | Dataflow/DataflowNode.h | |
| bNodeIsSelected | bool | Boolean to check if the node is selected or not | Dataflow/DataflowNode.h | |
| CurrentViewMode | FName | Current view mode to use in the debug draw | Dataflow/DataflowNode.h |