Navigation
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" |
Source | /Engine/Source/Editor/BlueprintGraph/Private/EdGraphSchema_K2.cpp |
virtual bool SupportsDropPinOnNode ( [UEdGraphNode](API\Runtime\Engine\EdGraph\UEdGraphNode) * InTargetNode, const [FEdGraphPinType](API\Runtime\Engine\EdGraph\FEdGraphPinType) & InSourcePinType, EEdGraphPinDirection InSourcePinDirection, [FText](API\Runtime\Core\Internationalization\FText) & OutErrorMessage ) 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 |