Choose your operating system:
Windows
macOS
Linux
| SWidget::OnMouseButtonDown()
|
Module |
|
Header |
/Engine/Source/Editor/Kismet/Public/SSCSEditor.h |
Include |
#include "SSCSEditor.h" |
Source |
/Engine/Source/Editor/Kismet/Private/SSCSEditor.cpp |
virtual FReply OnMouseButtonDown
(
const FGeometry & MyGeometry,
const FPointerEvent & MouseEvent
)
Whether the event was handled along with possible requests for the system to take action.
Parameter |
Description |
---|---|
MyGeometry |
The Geometry of the widget receiving the event. |
MouseEvent |
Information about the input event. |