14 lines
422 B
C++
14 lines
422 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "GooglePADRuntimeSettings.h"
|
|
|
|
//////////////////////////////////////////////////////////////////////////
|
|
// UGooglePADRuntimeSettings
|
|
|
|
UGooglePADRuntimeSettings::UGooglePADRuntimeSettings(const FObjectInitializer& ObjectInitializer)
|
|
: Super(ObjectInitializer)
|
|
, bEnablePlugin(false)
|
|
, bOnlyDistribution(true)
|
|
, bOnlyShipping(false)
|
|
{
|
|
} |