Added: Initial world generation tool

This commit is contained in:
Rainer Leit
2026-09-17 17:55:48 +03:00
parent d64748f76f
commit cc43ed8dc8
2065 changed files with 23664 additions and 1011 deletions
+2 -1
View File
@@ -17,7 +17,8 @@ public class SaltyEditor : ModuleRules
PrivateDependencyModuleNames.AddRange(new string[] {
"UnrealEd",
"Landscape",
"LandscapeEditor" // FLandscapeImportHelper reads the heightmap and weightmap files
"LandscapeEditor", // FLandscapeImportHelper reads the heightmap and weightmap files
"RenderCore" // FlushRenderingCommands while the edit-layer merge is driven by hand
});
PublicIncludePaths.Add(ModuleDirectory);