Navigation
API > API/Developer > API/Developer/AutomationDriver
A model class that holds all the configuration options for an AutomationDriver
| Name | FDriverConfiguration |
| Type | class |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/DriverConfiguration.h |
| Include Path | #include "DriverConfiguration.h" |
Syntax
class FDriverConfiguration
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDriverConfiguration() |
DriverConfiguration.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ExecutionSpeedMultiplier | float | The multiplier at which the automation driver should adjusts the time between individual steps by. | DriverConfiguration.h | |
| ImplicitWait | FTimespan | The timespan any action should conditionally wait for a scenario to occur before failing, such as, waiting for a locator to locate a specific application element. | DriverConfiguration.h |