File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,26 @@ public TP_Chimp(ReadOnlyTargetRules Target) : base(Target)
66 {
77 PCHUsage = PCHUsageMode . UseExplicitOrSharedPCHs ;
88
9+ PublicIncludePaths . AddRange ( new string [ ] {
10+ "TP_Chimp"
11+ } ) ;
12+
913 PublicDependencyModuleNames . AddRange ( new string [ ] {
1014 "Core" ,
1115 "CoreUObject" ,
1216 "Engine" ,
1317 "InputCore" ,
14- "EnhancedInput"
18+ "EnhancedInput" ,
19+ "NavigationSystem" ,
20+ "AIModule" ,
21+ "Niagara" ,
22+ "UMG" ,
23+ "GameplayTags" ,
1524 } ) ;
1625
17- PrivateDependencyModuleNames . AddRange ( new string [ ] { } ) ;
26+ PrivateDependencyModuleNames . AddRange ( new string [ ] {
27+ "SlateCore" ,
28+ "CommonUI"
29+ } ) ;
1830 }
1931}
Original file line number Diff line number Diff line change 271271 {
272272 "Name": "OpenImageDenoise",
273273 "Enabled": false
274+ },
275+ {
276+ "Name": "CommonUI",
277+ "Enabled": true
274278 }
275279 ]
276280}
You can’t perform that action at this time.
0 commit comments