You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Cherry pick 9427927 #rb Brandon.Schaefer #jira none [CL 9618959 by Michael Sartain in 4.24 branch]
19 lines
651 B
C++
19 lines
651 B
C++
// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved.
|
|
|
|
/*=============================================================================
|
|
LinuxTargetPlatformClasses.cpp: Implements the module's UClasses.
|
|
=============================================================================*/
|
|
|
|
#include "CoreMinimal.h"
|
|
#include "LinuxTargetSettings.h"
|
|
#include "LinuxTargetDevice.h"
|
|
#include "LinuxTargetPlatform.h"
|
|
|
|
|
|
/* ULinuxTargetSettings structors
|
|
*****************************************************************************/
|
|
|
|
ULinuxTargetSettings::ULinuxTargetSettings( const FObjectInitializer& ObjectInitializer )
|
|
: Super(ObjectInitializer)
|
|
{ }
|