SGraphPin::SpawnPinDragEvent

Spawns a FDragConnection or similar class for the pin drag event

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 TSharedRef< FDragDropOperation > SpawnPinDragEvent
(
    const TSharedRef< class SGraphPanel > & InGraphPanel,
    const TArray< TSharedRef< SGraphPin > > & InStartingPins
)

Remarks

Spawns a FDragConnection or similar class for the pin drag event

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