Missing texture assets cause warnings on editor start: LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png' error.

UE - Editor - UI Systems - Jan 7, 2025

There are a number of missing texture assets which are failing to be read when the editor opens. This is causing a warning to be thrown each time the editor opens, potentially causing CI/CD tests (i ...

SetActorLabel() is slow on Landscapes

UE - Graphics Tools - Terrain - Landscape - Jan 7, 2025

I've noticed calling SetActorLabel() on a Landscape will call PostEditPropertyChanged() which causes the Landscape Components to regenerate all collisions. As per the repro, this can take a long tim ...

Ejecting from player in multiplayer PIE results in the wrong world being displayed

UE - Networking - Dec 13, 2024

In [Link Removed], it mentions that only the instance in the editor viewport supports switching to Simulate In Editor when running multiple instances in PIE. However, rather than showing that instan ...

Keying Level Sequence Crashes Engine

UE - Anim - Sequencer - Dec 12, 2024

Repro rate 3/5 Regression to be tested Testing with a fresh level sequence no crash occurs, Tried to do it without rekeying and did not get a crash. I repro'd it a few times and sometimes no crash ...

When trying to snap selected foliage down to the ground using end key, if the mesh has collision complexity to "Use Simple Collision As Complex" and foliage collision preset to "BlockAll", the foliage selected will not move.

UE - World Creation - Worldbuilding Tools - Foliage - Dec 5, 2024

Using the "end" key on foliage selected with collision preset to "BlockAll" and the mesh collision complexity set to "Use simple Collision as Complex", the foliage will not move. This is wrong becau ...

Digital buttons for gamepad thumbsticks and triggers can fire multiple times per-frame in Game Input

UE - Gameplay - Input - Dec 4, 2024

In Game Input, the buttons for different thumbstick and trigger digital events (i.e. RightStickUp, LeftStickUp, LeftStickRight, etc) can actually fire multiple times in a single frame, even though w ...

Nanite Mesh Reduction Issue

UE - Graphics Features - Nanite - Nov 28, 2024

This issue was reported through a UDN. Licensee mentioned that they are seeing a hole in their Nanite mesh at as they move away from it. Using the Nanite debug view we observe at a certain distance ...

Crash on packaged dedicated server when a uproperty is marked as both replicated and editor-only

UE - Foundation - Cpp Tools - UnrealHeaderTool - Nov 26, 2024

In some situations, it can be useful to have a replicated editor-only C++ property (For example, the user that reported this issue was attempting to replicate settings to the client for game designe ...

A welded hierarchy blocks updates to collision settings on all but the root primitive. Calling SetCollisionResponseToChannel on the children won't work.

UE - Simulation - Physics - Nov 22, 2024

A welded hierarchy blocks updates to collision settings on all but the root primitive. Calling SetCollisionResponseToChannel on the children won't work. The licensee noticed that IPhysicsProxyBase* ...