feat: initial commit
This commit is contained in:
		
							
								
								
									
										15
									
								
								Source/UTAD_UIEditor.Target.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								Source/UTAD_UIEditor.Target.cs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,15 @@ | ||||
| // Copyright Epic Games, Inc. All Rights Reserved. | ||||
|  | ||||
| using UnrealBuildTool; | ||||
| using System.Collections.Generic; | ||||
|  | ||||
| public class UTAD_UIEditorTarget : TargetRules | ||||
| { | ||||
| 	public UTAD_UIEditorTarget(TargetInfo Target) : base(Target) | ||||
| 	{ | ||||
| 		Type = TargetType.Editor; | ||||
| 		DefaultBuildSettings = BuildSettingsVersion.V5; | ||||
| 		IncludeOrderVersion = EngineIncludeOrderVersion.Unreal5_5; | ||||
| 		ExtraModuleNames.Add("UTAD_UI"); | ||||
| 	} | ||||
| } | ||||
		Reference in New Issue
	
	Block a user