You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Optimized out more private modules includes and dependencies.
#preflight 64627c382965f6ea8ea83bd6 [CL 25479683 by bryan sefcik in ue5-main branch]
This commit is contained in:
@@ -11,12 +11,10 @@ public class BspMode : ModuleRules
|
||||
"Core",
|
||||
"CoreUObject",
|
||||
"Engine",
|
||||
"InputCore",
|
||||
"InputCore",
|
||||
"Slate",
|
||||
"SlateCore",
|
||||
"EditorFramework",
|
||||
"UnrealEd",
|
||||
"LevelEditor",
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
+5
-8
@@ -10,16 +10,13 @@ public class TextureAlignMode : ModuleRules
|
||||
new string[] {
|
||||
"Core",
|
||||
"CoreUObject",
|
||||
"Engine",
|
||||
"SlateCore",
|
||||
"Slate",
|
||||
"EditorFramework",
|
||||
"UnrealEd",
|
||||
"RenderCore",
|
||||
"LevelEditor",
|
||||
"Engine",
|
||||
"GeometryMode",
|
||||
"BspMode",
|
||||
}
|
||||
"SlateCore",
|
||||
"UnrealEd",
|
||||
"GeometryMode",
|
||||
}
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user