STreeMap::OnMouseButtonDoubleClick

Called when a mouse button is double clicked. Override this in derived classes.

Unreal Engine C++ API Reference > Developer > TreeMap > STreeMap

References

   
Module TreeMap
Header /Engine/Source/Developer/TreeMap/Public/STreeMap.h
Include #include "STreeMap.h"
virtual [FReply](API\Runtime\SlateCore\Input\FReply) OnMouseButtonDoubleClick
(
    const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & InMyGeometry,
    const [FPointerEvent](API\Runtime\SlateCore\Input\FPointerEvent) & InMouseEvent
)

Remarks

Called when a mouse button is double clicked. Override this in derived classes. Returns whether the event was handled, along with other possible actions

Parameters

Name Description
InMyGeometry Widget geometry
InMouseEvent Mouse button event

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library