Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UEdGraphSchema_K2
- UEdGraphSchema::DropPinOnNode()
- UEdGraphSchema_K2::DropPinOnNode()
References
| Module | BlueprintGraph |
| Header | /Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2.h |
| Include | #include "EdGraphSchema_K2.h" |
| Source | /Engine/Source/Editor/BlueprintGraph/Private/EdGraphSchema_K2.cpp |
virtual UEdGraphPin &42; DropPinOnNode
&40;
UEdGraphNode &42; InTargetNode,
const FName & InSourcePinName,
const FEdGraphPinType & InSourcePinType,
EEdGraphPinDirection InSourcePinDirection
&41; const
Remarks
Some schemas have nodes that support the user dynamically adding pins when dropping a connection on the node Returns the new pin if created
Parameters
| Name | Description |
|---|---|
| InTargetNode | Node to check for pin adding support |
| InSourcePinName | Name of the pin being dropped, a new pin of similar name will be constructed |
| InSourcePinType | Type of pin to drop onto the node |
| InSourcePinDirection | Direction of the source pin |