SGraphPinKnot::SpawnPinDragEvent

Spawns a FDragConnection or similar class for the pin drag event

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

References

   
Module GraphEditor
Header /Engine/Source/Editor/GraphEditor/Public/SGraphNodeKnot.h
Include #include "SGraphNodeKnot.h"
Source /Engine/Source/Editor/GraphEditor/Private/SGraphNodeKnot.cpp
virtual [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FDragDropOperation](API\Runtime\SlateCore\Input\FDragDropOperation) > SpawnPinDragEvent
(
    const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SGraphPanel](API\Editor\GraphEditor\SGraphPanel) > & InGraphPanel,
    const [TArray](API\Runtime\Core\Containers\TArray)< [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SGraphPin](API\Editor\GraphEditor\SGraphPin) > > & InStartingPins
)

Remarks

Spawns a FDragConnection or similar class for the pin drag event


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library