Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph > API/Runtime/Engine/EdGraph/UEdGraphSchema
- UEdGraphSchema::SupportsDropPinOnNode()
- URigVMEdGraphSchema::SupportsDropPinOnNode()
- UEdGraphSchema_K2::SupportsDropPinOnNode()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include | #include "EdGraph/EdGraphSchema.h" |
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 |