14 lines
		
	
	
		
			404 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			404 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| // Copyright Epic Games, Inc. All Rights Reserved.
 | |
| 
 | |
| using UnrealBuildTool;
 | |
| 
 | |
| public class UTAD_UI : ModuleRules
 | |
| {
 | |
| 	public UTAD_UI(ReadOnlyTargetRules Target) : base(Target)
 | |
| 	{
 | |
| 		PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs;
 | |
| 
 | |
|         PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "Engine", "InputCore", "NavigationSystem", "AIModule", "Niagara", "EnhancedInput" });
 | |
|     }
 | |
| }
 |