STableViewBase::OnMouseCaptureLost

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

Windows
MacOS
Linux

Override Hierarchy

SWidget::OnMouseCaptureLost()

STableViewBase::OnMouseCaptureLost()

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Views/STableViewBase.h

Include

#include "Widgets/Views/STableViewBase.h"

Source

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss