UEdGraphSchema_K2::FindSelfPin

Searches for the first Self pin with the specified direction on the node

Windows
MacOS
Linux

References

Module

BlueprintGraph

Header

/Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2.h

Include

#include "EdGraphSchema_K2.h"

Syntax

UEdGraphPin * FindSelfPin
(
    const UEdGraphNode & Node,
    EEdGraphPinDirection PinDirection
) const

Remarks

Searches for the first Self pin with the specified direction on the node

Returns

the first found self pin with the correct direction or null if there were no matching pins.

Parameters

Parameter

Description

Node

The node to search.

PinDirection

The required pin direction.

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