Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Application > API/Runtime/SlateCore/Application/FSlateApplicationBase
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h |
| Include | #include "Application/SlateApplicationBase.h" |
FWidgetPath LocateWindowUnderMouse
&40;
UE::Slate::FDeprecateVector2DParameter ScreenspaceMouseCoordinate,
const TArray< TSharedRef< SWindow > > & Windows,
bool bIgnoreEnabledStatus,
int32 UserIndex
&41;
Remarks
Given the screen-space coordinate of the mouse cursor, searches for a string of widgets that are under the mouse.
The widgets will be returned with the associated geometry. The first item will always be the top-level window while the last item will be the leaf-most widget. The path to the widget.