Navigation
Unreal Engine C++ API Reference > Developer > AutomationDriver
References
Module | AutomationDriver |
Header | /Engine/Source/Developer/AutomationDriver/Public/DriverConfiguration.h |
Include | #include "DriverConfiguration.h" |
Syntax
class FDriverConfiguration
Remarks
A model class that holds all the configuration options for an AutomationDriver
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
float | ExecutionSpeedMultiplier | The multiplier at which the automation driver should adjusts the time between individual steps by. |
![]() |
FTimespan | ImplicitWait | 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. |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |