FSlateApplicationBase::HasUserMouseCapture

Gets whether or not a widget has captured the mouse for a particular user.

Windows
MacOS
Linux

Override Hierarchy

FSlateApplicationBase::HasUserMouseCapture()

FSlateApplication::HasUserMouseCapture()

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h

Include

#include "Application/SlateApplicationBase.h"

Syntax

bool HasUserMouseCapture
(
    int32 UserIndex
) const

Remarks

Gets whether or not a widget has captured the mouse for a particular user.

Returns

True if one or more widgets have capture, otherwise false.

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