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 | |
|---|---|---|---|
| bool | SetKeyboardFocus
(
const TSharedPtr< SWidget >& OptionalWidgetToFocus, |
Sets the Keyboard focus to the specified SWidget | |
| bool | SetKeyboardFocus
(
const FWidgetPath& InFocusPath, |
Sets keyboard focus to the specified widget. The widget must be allowed to receive keyboard focus. |