Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UEdGraphSchema_K2
- UEdGraphSchema::SupportsDropPinOnNode()
- UEdGraphSchema_K2::SupportsDropPinOnNode()
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 bool SupportsDropPinOnNode
&40;
UEdGraphNode &42; InTargetNode,
const FEdGraphPinType & InSourcePinType,
EEdGraphPinDirection InSourcePinDirection,
FText & OutErrorMessage
&41; const
Remarks
Checks if the node supports dropping a pin on it Returns TRUE if there is support for dropping the pin on the node
Parameters
| Name | Description |
|---|---|
| InTargetNode | Node to check for pin adding support |
| InSourcePinType | Type of pin to drop onto the node |
| InSourcePinDirection | Direction of the source pin |
| OutErrorMessage | Only filled with an error if there is pin add support but there is an error with the pin type |