You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Removed redundant module includes.
#preflight 645d4bf3aa3c584c0b5b3a67 [CL 25435653 by bryan sefcik in ue5-main branch]
This commit is contained in:
@@ -20,10 +20,6 @@ public class UnrealPak : ModuleRules
|
||||
"ApplicationCore"
|
||||
});
|
||||
|
||||
PrivateIncludePathModuleNames.AddRange(new string[] {
|
||||
"Json"
|
||||
});
|
||||
|
||||
if (Target.bBuildWithEditorOnlyData)
|
||||
{
|
||||
DynamicallyLoadedModuleNames.AddRange(new string[] {
|
||||
|
||||
Reference in New Issue
Block a user