You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Engine source (Main branch up to CL 2026164)
This commit is contained in:
20
Engine/Source/Developer/ModuleUI/ModuleUI.Build.cs
Normal file
20
Engine/Source/Developer/ModuleUI/ModuleUI.Build.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved.
|
||||
|
||||
using UnrealBuildTool;
|
||||
|
||||
public class ModuleUI : ModuleRules
|
||||
{
|
||||
public ModuleUI(TargetInfo Target)
|
||||
{
|
||||
PrivateDependencyModuleNames.AddRange(
|
||||
new string[] {
|
||||
"Core",
|
||||
"CoreUObject",
|
||||
"InputCore",
|
||||
"Projects",
|
||||
"Slate",
|
||||
"Engine"
|
||||
}
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user