SGraphNode::NotifyDisallowedPinConnection

Called from drag drop code when a disallowed connection is hovered

Unreal Engine C++ API Reference > Editor > GraphEditor > SGraphNode

References

   
Module GraphEditor
Header /Engine/Source/Editor/GraphEditor/Public/SGraphNode.h
Include #include "SGraphNode.h"
Source /Engine/Source/Editor/GraphEditor/Private/SGraphNode.cpp
void NotifyDisallowedPinConnection
(
    const class [UEdGraphPin](API\Runtime\Engine\EdGraph\UEdGraphPin) * PinA,
    const class [UEdGraphPin](API\Runtime\Engine\EdGraph\UEdGraphPin) * PinB
) const

Remarks

Called from drag drop code when a disallowed connection is hovered


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library