You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
The upgraded tools are: FLandscapeToolSculpt FLandscapeToolSmooth FLandscapeToolFlatten FLandscapeToolRamp FLandscapeToolErosion FLandscapeToolHydraErosion The helper class FLandscapeLayerDataCache was fully upgraded to use explicit local edit layers (all tools that made use of it were upgraded, so no need for back compat). For the tools, I decided to pass down the explicit edit layer via a "SetEditingLayer()" function -- legacy tools simply ignore that function call and continue to use the landscape shared state, and upgraded tools will use it to set up the layer they should work in. #rb jonathan.bard #jira UE-133198 #preflight 63fe67b630633435f8b0e646 [CL 24472138 by chris tchou in ue5-main branch]