UEdGraphSchema::SupportsDropPinOnNode

Checks if the node supports dropping a pin on it

Windows
MacOS
Linux

Override Hierarchy

UEdGraphSchema::SupportsDropPinOnNode()

UEdGraphSchema_K2::SupportsDropPinOnNode()

References

Module

Engine

Header

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

Include

#include "EdGraph/EdGraphSchema.h"

Syntax

virtual bool SupportsDropPinOnNode
(
    UEdGraphNode * InTargetNode,
    const FEdGraphPinType & InSourcePinType,
    EEdGraphPinDirection InSourcePinDirection,
    FText & OutErrorMessage
) const

Remarks

Checks if the node supports dropping a pin on it

Returns

Returns TRUE if there is support for dropping the pin on the node

Parameters

Parameter

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

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