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 ...

Packaging a blueprint only project with Nativization fails

UE - Gameplay - Blueprint - Jun 18, 2020

REGRESSION: Does not occur in 4.24 Packaging a blueprint only project with Nativization enabled results in a failure during the Staging phase. A message appears reading the following:Missing UE4Ga ...

Naming an enum parameter on a blueprint function "Category" places the function in a category

UE - Gameplay - Blueprint Editor - Jun 17, 2020

If the user gives an enum parameter in a blueprint function the name "Category", this will result in the function being added to a category in the My Blueprint panel. ...

BuildPlugin command cannot build plugins with platform extensions

UE - Foundation - Cpp Tools - Automation Tool - Jun 17, 2020

It seems like the BuildPlugin command is not copying all the dependencies in the HostProject.  Here are the errors reported by a customer:  DynamicCompilation.RequiresCompilation: Compiling D:\Per ...

If using High Quality Gaussian DoF on Mobile, the whole screen is always blurred

UE - Platform - Mobile - Jun 17, 2020

When High Quality Gaussian DoF on Mobile is enabled, the entire screen is always blurred.  I confirmed that it works properly in 4.24. Also, I confirmed that adding the modified CL of [Link Remove ...

Unreal Editor crash on Datasmith import with VrayBlend Materials

UE - Editor - Content Pipeline - Datasmith - Importer - Jun 16, 2020

It seems like VrayBlend materials are crashing the Engine when importing them with Datasmith. This is a regression from 4.24.3 (CL-11590370) where the file imported successfully. This was reported ...

PIE Dedicated Servers Have Lower Saturation Limits

UE - Networking - Jun 16, 2020

UNetConnection::Tick() clamps the delta time used for the bandwidth limit to the desired tick rate (1 / DesiredTickRate). In PIE, this number is different than the net server max tick rate, so the b ...

SBasePoseViewport should use ExtendedBounds, not ImportedBounds

UE - Anim - Rigging - Jun 16, 2020

In accordance with CL-9139422 of [Link Removed], the SkeletalMesh ImportedBounds does not have an Extend operation. However, SBasePoseViewport, the UI for retagettes, continues to use ImportedBounds ...