SScrollBox::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()

SScrollBox::OnMouseCaptureLost()

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SScrollBox.h

Include

#include "Widgets/Layout/SScrollBox.h"

Source

/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SScrollBox.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.