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 FPinConnectionResponse CanCreateNewNodes
(
UEdGraphPin * InSourcePin
) const
Remarks
Check whether new nodes can be user-created (by dragging off pins etc.) the response to making a new connection
Parameters
| Name | Description |
|---|---|
| InSourcePin | The pin we dragged off |