FKismetConnectionDrawingPolicy::AreNodesGraphicallySequential

Checks that the specified nodes are connected in the graph directly by an exec pin.

Windows
MacOS
Linux

References

Module

GraphEditor

Header

/Engine/Source/Editor/GraphEditor/Public/BlueprintConnectionDrawingPolicy.h

Include

#include "BlueprintConnectionDrawingPolicy.h"

Source

/Engine/Source/Editor/GraphEditor/Private/BlueprintConnectionDrawingPolicy.cpp

Syntax

bool AreNodesGraphicallySequential
(
    UEdGraphNode * InputNode,
    UEdGraphNode * OutputNode
) const

Remarks

Checks that the specified nodes are connected in the graph directly by an exec pin.

Returns

True if the two nodes are connected in the graph, otherwise false.

Parameters

Parameter

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss