Files
UnrealEngineUWP/Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertServer/Private/ConcertServerSettings.cpp
jason walter 52308eb827 Split concert client code from concert server code to allow us to incorporate game tags in the editor client.
#rb dominik.peacock
#jira UE-168182
#preflight 63c6cf3c02024f93d8635de3

[CL 23739781 by jason walter in ue5-main branch]
2023-01-17 12:04:24 -05:00

11 lines
258 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#include "ConcertServerSettings.h"
UConcertServerConfig::UConcertServerConfig()
: bCleanWorkingDir(false)
, NumSessionsToKeep(-1)
{
DefaultVersionInfo.Initialize(false /* bSupportMixedBuildTypes */);
}