UEdGraphSchema::DropPinOnNode

Some schemas have nodes that support the user dynamically adding pins when dropping a connection on the node

Windows
MacOS
Linux

Override Hierarchy

UEdGraphSchema::DropPinOnNode()

UEdGraphSchema_K2::DropPinOnNode()

References

Module

Engine

Header

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

Include

#include "EdGraph/EdGraphSchema.h"

Syntax

virtual UEdGraphPin * DropPinOnNode
(
    UEdGraphNode * InTargetNode,
    const FName & InSourcePinName,
    const FEdGraphPinType & InSourcePinType,
    EEdGraphPinDirection InSourcePinDirection
) const

Remarks

Some schemas have nodes that support the user dynamically adding pins when dropping a connection on the node

Returns

Returns the new pin if created

Parameters

Parameter

Description

InTargetNode

Node to check for pin adding support

InSourcePinName

Name of the pin being dropped, a new pin of similar name will be constructed

InSourcePinType

Type of pin to drop onto the node

InSourcePinDirection

Direction of the source pin

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