FDragDropOperation::SetCursorOverride

Sets the cursor to override the drag drop operations cursor with so that a control can give temporary feedback, for example - a slashed circle telling the user 'this can't be dropped here'.

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.h

Include

#include "Input/DragAndDrop.h"

Source

/Engine/Source/Runtime/SlateCore/Private/Input/DragAndDrop.cpp

Syntax

void SetCursorOverride
(
    TOptional< EMouseCursor::Type > CursorType
)

Remarks

Sets the cursor to override the drag drop operations cursor with so that a control can give temporary feedback, for example - a slashed circle telling the user 'this can't be dropped here'.

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