SGraphPin::TryHandlePinConnection

Tries to handle making a connection to another pin, depending on the schema and the pins it may do:

Windows
MacOS
Linux

References

Module

GraphEditor

Header

/Engine/Source/Editor/GraphEditor/Public/SGraphPin.h

Include

#include "SGraphPin.h"

Source

/Engine/Source/Editor/GraphEditor/Private/SGraphPin.cpp

Syntax

virtual bool TryHandlePinConnection
(
    SGraphPin & OtherSPin
)

Remarks

Tries to handle making a connection to another pin, depending on the schema and the pins it may do:

  • Nothing

  • Break existing links on either side while making the new one

  • Just make the new one

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