// Copyright Epic Games, Inc. All Rights Reserved. #include "AutomationControllerSettings.h" UAutomationControllerSettings::UAutomationControllerSettings(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) , bSuppressLogErrors(false) , bSuppressLogWarnings(false) , bTreatLogErrorsAsTestErrors(true) , bTreatLogWarningsAsTestErrors(true) , GameInstanceLostTimerSeconds(300.0f) { }