Skip to content

Commit 079485d

Browse files
authored
Update TP_ChimpGame.Build.cs
1 parent b2d738e commit 079485d

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

Source/TP_ChimpGame/TP_ChimpGame.Build.cs

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,20 @@ public TP_ChimpGame(ReadOnlyTargetRules Target) : base(Target)
1818
"Core",
1919
"CoreUObject",
2020
"Engine",
21-
"InputCore",
22-
"EnhancedInput",
2321
"NavigationSystem",
2422
"AIModule",
2523
"Niagara",
26-
"UMG",
27-
"GameplayTags",
24+
"GameplayTags"
2825
});
2926

3027
PrivateDependencyModuleNames.AddRange(new string[] {
28+
"InputCore",
29+
"Slate",
3130
"SlateCore",
32-
"CommonUI",
33-
"DeveloperSettings"
31+
"DeveloperSettings",
32+
"EnhancedInput",
33+
"UMG",
34+
"CommonUI"
3435
});
3536
}
3637
}

0 commit comments

Comments
 (0)