SGraphNodeAI::OnDragLeave

Called during drag and drop when the drag leaves a widget.

Windows
MacOS
Linux

Override Hierarchy

References

Module

AIGraph

Header

/Engine/Source/Editor/AIGraph/Public/SGraphNodeAI.h

Include

#include "SGraphNodeAI.h"

Source

/Engine/Source/Editor/AIGraph/Private/SGraphNodeAI.cpp

Syntax

virtual void OnDragLeave
(
    const FDragDropEvent & DragDropEvent
)

Remarks

Called during drag and drop when the drag leaves a widget.

Parameters

Parameter

Description

DragDropEvent

The drag and drop 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