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" |
bool HasFocusedDescendants
(
const TSharedRef < const SWidget > & Widget
) const
Remarks
Checks whether the specified widget has any descendants which are currently focused. true if any descendants are focused, false otherwise.
Parameters
| Name | Description |
|---|---|
| Widget | The widget to check. |