Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Application > API/Runtime/SlateCore/Application/FSlateApplicationBase
- FSlateApplicationBase::IsWidgetDirectlyHovered()
- FSlateApplication::IsWidgetDirectlyHovered()
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h |
| Include | #include "Application/SlateApplicationBase.h" |
bool IsWidgetDirectlyHovered
&40;
const TSharedPtr< const SWidget > Widget
&41; const
Remarks
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.