Navigation
API > API/Developer > API/Developer/AutomationDriver > API/Developer/AutomationDriver/IAsyncDriverElement
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TAsyncResult< bool > Focus () |
Moves focus to the element for the default user | IDriverElement.h | |
TAsyncResult< bool > Focus
(
uint32 UserIndex |
Moves focus to the element for the specified user | IDriverElement.h |
Focus()
Description
Moves focus to the element for the default user
| Name | Focus |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/IDriverElement.h |
| Include Path | #include "IDriverElement.h" |
TAsyncResult < bool > Focus()
whether the focus change was successful
Focus(uint32)
Description
Moves focus to the element for the specified user
| Name | Focus |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/IDriverElement.h |
| Include Path | #include "IDriverElement.h" |
TAsyncResult < bool > Focus
(
uint32 UserIndex
)
whether the focus change was successful