Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Application > API/Runtime/Slate/Framework/Application/FSlateApplication
| Type | Name | Description | |
|---|---|---|---|
| void | SetAllUserFocus
(
const TSharedPtr< SWidget >& WidgetToFocus, |
Sets focus for all users to the SWidget passed in. | |
| void | SetAllUserFocus
(
const FWidgetPath& InFocusPath, |
Sets the focus for all users to the specified widget. The widget must be allowed to receive focus. |