Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UEdGraphSchema_K2
References
Module | BlueprintGraph |
Header | /Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2.h |
Include | #include "EdGraphSchema_K2.h" |
UEdGraphPin &42; FindSelfPin
&40;
const UEdGraphNode & Node,
EEdGraphPinDirection PinDirection
&41; 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. |