Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FSlateApplicationBase
Description
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.
| Name | IsWidgetDirectlyHovered |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h |
| Include Path | #include "Application/SlateApplicationBase.h" |
bool IsWidgetDirectlyHovered
(
const TSharedPtr < const SWidget > Widget
) const
True if the widget is directly hovered, otherwise false.