Crash when attempting to deform a landscape when Paint Layer has not been used - Assertion failed: !TargetProxy->HasLayersContent() || !InCanUseEditingWeightmap || EditingLayerGUID.IsValid() [LandscapeEdit.cpp Line: 5252]

UE - LD & Modeling - Terrain - Landscape - Sep 9, 2020

The editor crashes when attempting to draw a weight blended texture to the landscape if it hasnt been used on that landscape yet. This crash can be completely avoided if the stone texture is painted ...

Tile Streamed in Temporarily has Stepping on Landscape

UE - LD & Modeling - Terrain - Landscape - Aug 28, 2020

This was reported in a UDN. Jeremy M. originally pointed out that the stepping looks to be caused by high res geometry sampling a low res heightmap. Additional observations:Loading the tile in w ...

Landscape Spline collision displays incorrectly

UE - LD & Modeling - Terrain - Landscape - Aug 27, 2020

Landscape splines are displaying their collision incorrectly. The collision is projected off the spline however this issue is purely visual. The collision itself still works as expected. This was t ...

Crash when converting a Landscape to a Blueprint Class

UE - LD & Modeling - Terrain - Landscape - Aug 12, 2020

The Editor crashes when attempting to convert a Landscape into a Blueprint Class. Looking back to //UE4/Release-4.24 cl 11590231, this option seems to be unselectable (see attached image), which lea ...

Landscape normal behaves differently on CPU vs GPU

UE - LD & Modeling - Terrain - Landscape - Jul 16, 2020

One of our licensees encountered this issue. Landscape normal is calculated differently on GPU vs CPU. See screenshot below: left is GPU (with Edit Layers enabled) and CPU (Layers disabled) [Image ...

Landscape that has tessellation enabled sometimes doesn't render in cooked build

UE - LD & Modeling - Terrain - Landscape - Jun 18, 2020

If a landscape uses a material that has tessellation enabled. Then in Editor and PIE things render correctly. But in a cooked package we sometimes hit this check. check(!bCurrentRequiresAdjacencyI ...

[Landscape] Multiple Level Instances with Landscape causes duplicate GUID issues.

UE - LD & Modeling - Terrain - Landscape - Jun 18, 2020

Loading the same level twice through Load Level Instance BP Node will cause issues with levels containing Landscape as they will end up with the same GUID and the underlying systems do not support t ...

Rendered landscape heights for ES31 doesn't match SM5 since engine version 4.25

UE - LD & Modeling - Terrain - Landscape - Jun 4, 2020

Switching between SM5 and ES31 views in the Editor shows some small variation in landscape heights. ES31 heights are stored in the vertex with some slight lossy compression so subtle variation can ...

Remove reference to editor assets in cooked build from landscape visibility layer

UE - LD & Modeling - Terrain - Landscape - May 21, 2020

As soon as the visibility tool is used, we're adding references to the  "/Engine/EditorLandscapeResources/DataLayer" asset from landscape components. If the user decides to cook without editor data ...

Enabling "Edit Layers" results in a loss of precision when importing an heightmap

UE - LD & Modeling - Terrain - Landscape - May 20, 2020

Importing an heightmap while having Edit Layers enabled results in a loss of precision: [Image Removed] ...