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