We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2d738e commit 079485dCopy full SHA for 079485d
Source/TP_ChimpGame/TP_ChimpGame.Build.cs
@@ -18,19 +18,20 @@ public TP_ChimpGame(ReadOnlyTargetRules Target) : base(Target)
18
"Core",
19
"CoreUObject",
20
"Engine",
21
- "InputCore",
22
- "EnhancedInput",
23
"NavigationSystem",
24
"AIModule",
25
"Niagara",
26
- "UMG",
27
- "GameplayTags",
+ "GameplayTags"
28
});
29
30
PrivateDependencyModuleNames.AddRange(new string[] {
+ "InputCore",
+ "Slate",
31
"SlateCore",
32
- "CommonUI",
33
- "DeveloperSettings"
+ "DeveloperSettings",
+ "EnhancedInput",
+ "UMG",
34
+ "CommonUI"
35
36
}
37
0 commit comments