Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/EdGraph > API/Plugins/RigVMDeveloper/EdGraph/URigVMEdGraphSchema
- UEdGraphSchema::SupportsDropPinOnNode()
- URigVMEdGraphSchema::SupportsDropPinOnNode()
References
| Module | RigVMDeveloper |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/EdGraph/RigVMEdGraphSchema.h |
| Include | #include "EdGraph/RigVMEdGraphSchema.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/EdGraph/RigVMEdGraphSchema.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 |