Prevent Select & Sculpt modes being selected on LandscapeEdMode Undo hander.
#rb jonathan.bard
#jira UE-149396
#preflight 6363e468f233f06a125a6c9f
[CL 22956226 by don boogert in ue5-main branch]
* Prevented landscape layer info objects to be created when the default landscape layer info object in the project settings is invalid (i.e. it has a path but the asset is missing)
#rb luc.eygasier
#jira UE-166603
#preflight 6348147b8d665d55d0a2d417
[CL 22509740 by jonathan bard in ue5-main branch]
- Moves the second spline into the first actor and adds a segment between points
- Deletes the second actor
#rb jonathan.bard
#preflight 6347f277b757820b7a30f70e
#rnx
[CL 22507563 by patrick enfedaque in ue5-main branch]
Add the ability for other modules to add custom filters to the Level Editor Outliner
#jira UE-165115
#rb Brooke.Hubert
#preflight 6345779f8b06e0aaa0f298e0
[CL 22505460 by aditya ravichandran in ue5-main branch]
* SplineFalloffModulationTexture for Layer Info Object : we now log an error when applying the change and don't apply modulation in case the texture data is invalid
* AlphaTexture for the alpha brush : we now log an error when setting the texture and revert to the default texture in case the texture data is invalid
Misc:
* Fixed undo/redo for Layer Info Object not triggering an update of the landscape splines
#rb don.boogert
#jira UE-162111
#preflight 633b4aa8ef773945652ac746
[CL 22366349 by jonathan bard in ue5-main branch]
- New CVar 'landscape.DirtyOnlyInMode' when enabled, modifications to the landscape that happen outside of the Landscape Edit Mode (Modifications affecting the Edit Layers like Water brush) will be tracked but packages will not be marked dirty.
- Users can use the Build > Save Modified Landscapes to save those collateral changes.
#jira UE-158840
#rb richard.malo, jonathan.bard
#preflight 63206a3da514fd1e37bfd0ec
[CL 21989552 by patrick enfedaque in ue5-main branch]
Removed redundant private include paths from build.cs files.
Fixed include paths to be relative to the private or public folders.
Hid or removed includes that reached into other private module folders.
Updated PublicInclude paths when necessary.
#jira
#preflight 631e283bec5b0c765fc0ffdb
[CL 21960084 by bryan sefcik in ue5-main branch]