Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Application > API/Runtime/Slate/Framework/Application/FSlateApplication
- FSlateApplicationBase::HasUserFocusedDescendants()
- FSlateApplication::HasUserFocusedDescendants()
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Application/SlateApplication.h |
| Include | #include "Framework/Application/SlateApplication.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Application/SlateApplication.cpp |
virtual bool HasUserFocusedDescendants
&40;
const TSharedRef< const SWidget > & Widget,
int32 UserIndex
&41; const
Remarks
Checks whether the specified widget has any descendants which are currently focused for the specified user user. true if any descendants are focused, false otherwise.
Parameters
| Name | Description |
|---|---|
| Widget | The widget to check. |
| InUserIndex | Index of the user that we want to check for. |