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