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 void SetPinBeingDroppedOnNode
(
UEdGraphPin * InSourcePin
) const
Remarks
Let's the schema know about the next pin being dropped
Parameters
| Name | Description |
|---|---|
| InSourcePin | The pin which is about to be dropped |