Files
UnrealEngineUWP/Engine/Source/Developer/AutomationController/Private/AutomationControllerSettings.cpp
Juan Canada e6890e7569 Merging //UE4/Dev-Main@6377367 to Dev-Rendering (//UE4/Dev-Rendering)
#rnx
#rb none

[CL 6382743 by Juan Canada in Dev-Rendering branch]
2019-05-08 17:40:44 -04:00

13 lines
322 B
C++

// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved.
#include "AutomationControllerSettings.h"
UAutomationControllerSettings::UAutomationControllerSettings(const FObjectInitializer& ObjectInitializer)
: Super(ObjectInitializer)
, bTreatLogErrorsAsTestErrors(true)
, bTreatLogWarningsAsTestErrors(false)
{
}