SSCS_RowWidget::OnMouseButtonDown

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

Unreal Engine C++ API Reference > Editor > Kismet > SSCS_RowWidget

References

   
Module Kismet
Header /Engine/Source/Editor/Kismet/Public/SSCSEditor.h
Include #include "SSCSEditor.h"
Source /Engine/Source/Editor/Kismet/Private/SSCSEditor.cpp
virtual [FReply](API\Runtime\SlateCore\Input\FReply) OnMouseButtonDown
(
    const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry,
    const [FPointerEvent](API\Runtime\SlateCore\Input\FPointerEvent) & MouseEvent
)

Remarks

See SWidget::OnMouseButtonDown Whether the event was handled along with possible requests for the system to take action.

Parameters

Name Description
MyGeometry The Geometry of the widget receiving the event.
MouseEvent Information about the input event.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library