SButton::OnMouseCaptureLost

Called when this widget had captured the mouse, but that capture has been revoked for some reason.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

SWidget::OnMouseCaptureLost()

SButton::OnMouseCaptureLost()

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Input/SButton.h

Include

#include "Widgets/Input/SButton.h"

Source

/Engine/Source/Runtime/Slate/Private/Widgets/Input/SButton.cpp

Syntax

virtual void OnMouseCaptureLost
(
    const FCaptureLostEvent & CaptureLostEvent
)

Remarks

Called when this widget had captured the mouse, but that capture has been revoked for some reason.