Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph > API/Runtime/Engine/EdGraph/UEdGraphSchema
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include | #include "EdGraph/EdGraphSchema.h" |
virtual bool SupportsDropPinOnNode
(
UEdGraphNode * InTargetNode,
const FEdGraphPinType & InSourcePinType,
EEdGraphPinDirection InSourcePinDirection,
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 |