Unexpected corrections when sliding against other characters

UE - Gameplay - Player Movement - Oct 19, 2023

We are seeing unexpected movement corrections sometimes when pushing one player character up against another character that isn't moving, or against other static primitives that have round features ...

Reintroduce UE4 Material Layer drag & drop behavior in UE5

UE - Rendering Architecture - Materials - Oct 19, 2023

This behavior has changed from UE4 to UE5 due to a fix to an unrelated bug ([Link Removed]). Reintroduce the old behavior without causing a regression that reintroduces Ben's fixed bug. ...

MPCook: Fix replication of UObject::CookAdditionalFilesOverride

UE - Foundation - Core - Cooker - Oct 19, 2023

MPCook relies on global data that is accumulated during package cooks on CookWorkers be replicated to the CookDirector. Some global data that is accumulated during package cooks is CookAdditionalFi ...

Non-existing config file loading could cause memory leak

UE - Foundation - Core - Oct 19, 2023

The cause of this problem is the Engine has code paths which register a new allocated object to Map without deleting the previous object. In the repro project, whenever hitting Space Bar, the level ...

Deprecating a non-const blueprint interface function replaces the implementation of the event with an empty custom event

UE - Gameplay - Blueprint - Oct 19, 2023

This behaviour is only observed when implementing the function as a custom event from a blueprint interface. This behaviour is not observed in actors where the blueprint interface function is implem ...

Landscape layers ending with _0, _1, etc. don't work

UE - LD & Modeling - Terrain - Landscape - Oct 19, 2023

Result : only the layer not ending with _0 or _1 will actually render (i.e. Layer0 in the previous example) Expected result : all 3 layers can be painted, no matter their name ...

Volumetric Clouds High Quality Aerial Perspective Issue

UE - Rendering Architecture - Oct 19, 2023

There is a workaround to set r.VolumetricRenderTarget.Mode=1. The lines appear to be coming from the temporal component of the Volumetric Clouds. Each frame, the lines are merged in from the previou ...

PIE crash on infinite loop in a BP construction script

UE - Gameplay - Blueprint Runtime - Oct 19, 2023

From the [Link Removed]: We had an issue where PIE was being stopped due to an "infinite loop" being detected in one of the blueprints construction script. This was also crashing the editor as the ...

Renaming WP map does not remove original external actors

UE - World Creation - Worldbuilding Tools - OFPA - Oct 19, 2023

Renaming a WP map through the content browser does not delete the external actors associated with the originally named map. The rename duplicate builder seems to work correctly and can be used inste ...

In UInstancedStaticMeshComponent, when some instances have near-zero scale, removing instances crashes the engine

UE - Rendering Architecture - Oct 19, 2023

Class "UInstancedStaticMeshComponent" deliberately leaves null pointers in the "InstanceBodies" array of FBodyInstances. This can be seen in methods such as: [Engine\Source\Runtime\Engine\Private\I ...