UEdGraphSchema::CanCreateNewNodes

Check whether new nodes can be user-created (by dragging off pins etc.)

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h

Include

#include "EdGraph/EdGraphSchema.h"

Syntax

virtual FPinConnectionResponse CanCreateNewNodes
(
    UEdGraphPin * InSourcePin
) const

Remarks

Check whether new nodes can be user-created (by dragging off pins etc.)

Returns

the response to making a new connection

Parameters

Parameter

Description

InSourcePin

The pin we dragged off

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss