SSCS_RowWidget::OnMouseButtonDown

See [SWidget::OnMouseButtonDown](API\Runtime\SlateCore\Widgets\SWidget\OnMouseButtonDown)

Windows
MacOS
Linux

Override Hierarchy

SWidget::OnMouseButtonDown()

STableRow::OnMouseButtonDown()

SSCS_RowWidget::OnMouseButtonDown()

References

Module

Kismet

Header

/Engine/Source/Editor/Kismet/Public/SSCSEditor.h

Include

#include "SSCSEditor.h"

Source

/Engine/Source/Editor/Kismet/Private/SSCSEditor.cpp

Syntax

virtual FReply OnMouseButtonDown
(
    const FGeometry & MyGeometry,
    const FPointerEvent & MouseEvent
)

Remarks

Returns

Whether the event was handled along with possible requests for the system to take action.

Parameters

Parameter

Description

MyGeometry

The Geometry of the widget receiving the event.

MouseEvent

Information about the input 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