Choose your operating system:
Windows
macOS
Linux
| FSlateApplicationBase::IsWidgetDirectlyHovered()
|
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h |
Include |
#include "Application/SlateApplicationBase.h" |
bool IsWidgetDirectlyHovered
(
const TSharedPtr< const SWidget > Widget
) const
Gets whether or not a particular widget is directly hovered. Directly hovered means that the widget is directly under the pointer, is not true for ancestors tho they are Hovered.
True if the widget is directly hovered, otherwise false.