SThemeColorBlocksBar::OnDragEnter

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

Windows
MacOS
Linux

Override Hierarchy

SWidget::OnDragEnter()

SThemeColorBlocksBar::OnDragEnter()

References

Module

AppFramework

Header

/Engine/Source/Runtime/AppFramework/Public/Widgets/Colors/SColorThemes.h

Include

#include "Widgets/Colors/SColorThemes.h"

Source

/Engine/Source/Runtime/AppFramework/Private/Widgets/Colors/SColorThemes.cpp

Syntax

virtual void OnDragEnter
(
    const FGeometry & MyGeometry,
    const FDragDropEvent & DragDropEvent
)

Remarks

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

Returns

A reply that indicated whether this event was handled.

Parameters

Parameter

Description

MyGeometry

The geometry of the widget receiving the event.

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