Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/FKismetConnectionDrawingPolicy
References
Module | GraphEditor |
Header | /Engine/Source/Editor/GraphEditor/Public/BlueprintConnectionDrawingPolicy.h |
Include | #include "BlueprintConnectionDrawingPolicy.h" |
Source | /Engine/Source/Editor/GraphEditor/Private/BlueprintConnectionDrawingPolicy.cpp |
bool AreNodesGraphicallySequential
(
UEdGraphNode * InputNode,
UEdGraphNode * OutputNode
) const
Remarks
Checks that the specified nodes are connected in the graph directly by an exec pin. True if the two nodes are connected in the graph, otherwise false.
Parameters
Name | Description |
---|---|
InputNode | The node whose exec output(s) should be connected to OutputNode. |
OutputNode | The node whose exec input should be coming from the InputNode. |