UEdGraphSchema_K2::FindSelfPin

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

Unreal Engine C++ API Reference > Editor > BlueprintGraph > UEdGraphSchema_K2

References

   
Module BlueprintGraph
Header /Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2.h
Include #include "EdGraphSchema_K2.h"
[UEdGraphPin](API\Runtime\Engine\EdGraph\UEdGraphPin) * FindSelfPin
(
    const [UEdGraphNode](API\Runtime\Engine\EdGraph\UEdGraphNode) & Node,
    EEdGraphPinDirection PinDirection
) const

Remarks

Searches for the first Self pin with the specified direction on the node the first found self pin with the correct direction or null if there were no matching pins.

Parameters

Name Description
Node The node to search.
PinDirection The required pin direction.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library