Navigation
API > API/Editor > API/Editor/BlueprintEditorLibrary > API/Editor/BlueprintEditorLibrary/UBlueprintGraphPinLibrary
Description
Returns true if this and Other pin can be connected. Performing connection may result in implicitly created conversion nodes.
| Name | CanCreateConnection |
| Type | function |
| Header File | /Engine/Source/Editor/BlueprintEditorLibrary/Public/BlueprintEditorLibrary/BlueprintGraphPin.h |
| Include Path | #include "BlueprintEditorLibrary/BlueprintGraphPin.h" |
| Source | /Engine/Source/Editor/BlueprintEditorLibrary/Private/BlueprintEditorLibrary/BlueprintGraphPin.cpp |
UFUNCTION (BlueprintCallable, Category="Blueprint Editor", Meta=(ScriptMethod))
static bool CanCreateConnection
(
const FBlueprintGraphPin & Pin,
const FBlueprintGraphPin & Other
)