FSlateApplication::ProcessDragEnterEvent

Called when a drag from an external (non-slate) source enters a window

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Framework/Application/SlateApplication.h

Include

#include "Framework/Application/SlateApplication.h"

Source

/Engine/Source/Runtime/Slate/Private/Framework/Application/SlateApplication.cpp

Syntax

bool ProcessDragEnterEvent
(
    TSharedRef< SWindow > WindowEntered,
    const FDragDropEvent & DragDropEvent
)

Remarks

Called when a drag from an external (non-slate) source enters a window

Returns

true if the drag enter was handled and can be processed by some widget in this window; false otherwise

Parameters

Parameter

Description

WindowEntered

The window that was entered by the drag and drop

DragDropEvent

Describes the mouse state (position, pressed buttons, etc) and associated payload

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