| bAutoExpandSingleItemSubgroups |
bool |
Whether to automatically expand Automation Tests tree subgroups that have single non-leaf item as a child (default=true) |
AutomationControllerSettings.h |
|
| bElevateLogWarningsToErrors |
bool |
Whether to treat log warnings as log errors (default=true) |
AutomationControllerSettings.h |
|
| bKeepPIEOpen |
bool |
Whether to keep the PIE Open in the editor at the end of a test pass (default=false) |
AutomationControllerSettings.h |
|
| bOpenTagEditorWhenInitialSelectedTestsNames |
bool |
Prepare to open test tag editor when a list of InitialSelectedTestsNames is provided |
AutomationControllerSettings.h |
|
| bPruneLogsOnSuccess |
bool |
Whether to prune log events from test report on success |
AutomationControllerSettings.h |
|
| bResetTelemetryStorageOnNewSession |
bool |
Whether to reset data stored in telemetry file (default=false) |
AutomationControllerSettings.h |
|
| bSortTestsByFailure |
bool |
Whether to Sort tests by failure type in json/html report |
AutomationControllerSettings.h |
|
| bSuppressLogErrors |
bool |
Whether to suppress log from test results (default=false) |
AutomationControllerSettings.h |
|
| bSuppressLogWarnings |
bool |
Whether to suppress log warnings from test results (default=false) |
AutomationControllerSettings.h |
|
| CheckTestIntervalSeconds |
float |
How long to wait between test updates (default=1sec) |
AutomationControllerSettings.h |
|
| GameInstanceLostTimerSeconds |
float |
The maximum response wait time for detecting a lost game instance (default=300sec) |
AutomationControllerSettings.h |
|
| Groups |
TArray< FAutomatedTestGroup > |
List of user-defined test groups |
AutomationControllerSettings.h |
|
| InitialSelectedTestsNames |
TArray< FString > |
List of pre-selected tests to filter by when requesting tests |
AutomationControllerSettings.h |
|
| SuppressedLogCategories |
TArray< FString > |
Log categories where warnings/errors will not affect the result of tests. |
AutomationControllerSettings.h |
|
| TelemetryDirectory |
FString |
Path to where telemetry files are saved (default=/Saved/Automation/Telemetry/) |
AutomationControllerSettings.h |
|