Navigation
Unreal Engine C++ API Reference > Developer
Classes
Type | Name | Description |
---|---|---|
Public class | By | Represents a collection of fluent helper functions designed to make accessing and creating element locators easy |
Public class | FDriverConfiguration | A model class that holds all the configuration options for an AutomationDriver |
Public struct | FDriverWaitResponse | Represents the state of an active wait action for the driver |
Public class | FEmptyAsyncDriverElementFactory | |
Public class | FEmptyDriverElementFactory | |
Public class | FWaitInterval | A fluent wrapper around timespan to enforce obvious differences between specified Timeout and Interval values for waits |
Public class | FWaitTimeout | A fluent wrapper around timespan to enforce obvious differences between specified Timeout and Interval values for waits |
Public class | IActionSequence | |
Public class | IAsyncActionSequence | |
Public class | IAsyncAutomationDriver | The AsyncAutomationDriver is the async varition of the general AutomationDriver API. |
Public class | IAsyncDriverElement | Copyright Epic Games, Inc. All Rights Reserved. |
Public class | IAsyncDriverElementCollection | Represents a potential collection of elements |
Public class | IAsyncDriverSequence | Represents a sequence of actions that can be performed as a single unit by the automation driver associted with this sequence |
Public class | IAutomationDriver | The AutomationDriver can create sequences and locate elements to simulate input for. |
Public class | IAutomationDriverModule | |
Public class | IDriverElement | Represents the API for a potential application element |
Public class | IDriverElementCollection | Represents a potential collection of elements |
Public class | IDriverSequence | Represents a sequence of actions that can be performed as a single unit by the automation driver associted with this sequence |
Public class | IElementLocator | Represents an object whose sole purpose is to discover one or more application elements |
Public class | Until | Represents a collection of fluent helper functions designed to make accessing and creating driver wait delegates easier |