From d5310c3455f9849243b7b950deb4e910aa1f24dd Mon Sep 17 00:00:00 2001 From: ivey Date: Mon, 15 Jun 2020 15:54:16 -0400 Subject: Initial commit of the UGCExample Project --- Source/UGCExampleEditor.Target.cs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Source/UGCExampleEditor.Target.cs (limited to 'Source/UGCExampleEditor.Target.cs') diff --git a/Source/UGCExampleEditor.Target.cs b/Source/UGCExampleEditor.Target.cs new file mode 100644 index 0000000..c7ba124 --- /dev/null +++ b/Source/UGCExampleEditor.Target.cs @@ -0,0 +1,14 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + +using UnrealBuildTool; +using System.Collections.Generic; + +public class UGCExampleEditorTarget : TargetRules +{ + public UGCExampleEditorTarget( TargetInfo Target) : base(Target) + { + Type = TargetType.Editor; + DefaultBuildSettings = BuildSettingsVersion.V2; + ExtraModuleNames.AddRange( new string[] { "UGCExample" } ); + } +} -- cgit v1.2.3