Cooked materials and material instances size have doubled when upgrading from 5.1.0 to 5.2.0

UE - Rendering Architecture - Materials - Jul 18, 2023

UDN: [Link Removed] A UDN customer has observed that their cooked materials have doubled in asset size going from 5.1 to 5.2. We need to investigate this is only a local issue on their side and no ...

GroupActor has incorrect streaming bounds when created in level instances

UE - World Creation - Worldbuilding Tools - Nov 16, 2023

[UDN - 00707230] DetailLayoutHelpers ensure when using VisibleAnywhere Instanced properties

UE - Editor - Workflow Systems - Jan 11, 2024

From UDN Description Hello, there's an ensure that's firing in `DetailLayoutHelpers.cpp#137`: [Start code block] ensure(PropertyNodeMap.ParentProperty == CurObjectNode); [End code block]when ...

ToString() from a StringTable entry now returns <MISSING STRING TABLE ENTRY>

UE - Editor - UI Systems - Localization - Apr 10, 2024

This is a regression from 5.3 that has been fixed in Main (32476819, for 5.5), but needs merging into 5.4. ...

Navigating the Editor on Linux with a Wacom Tablet is difficult

UE - Platform - Linux - Sep 17, 2018

Movement is quite sporadic and jumpy when using a Wacom Tablet to navigate the Editor on Linux. The Editor pans and zooms in and out really quickly with the slightest of movements. This was report ...

Inversing the scale of a skeletal mesh when it's simulating physics results in the mesh and collision being flipped

UE - Simulation - Physics - Mar 18, 2021

The attached project has 3 skeletal meshes. One with its original transform and then 2 copies with an inversed scale in the X axis for one and the Y axis for the other. When pressing play, the meshe ...

Restarting the engine makes c++ classes not visible from the content browser

UE - Editor - Content Pipeline - Content Browser - Apr 5, 2022

After creating c++ classes, if the engine is restarted, the c++ classes will not be visible in the content browser. However, the created classes are visible from the explorer. After opening the engi ...

Instanced properties do not update in actors placed in a level that is not currently open

UE - Gameplay - Blueprint - May 17, 2023

The user is specifically having a problem with TArray<TObjectPtr<>> however I have also reproduced this error using a single TObjectPtr<>, raw uobject pointers & all three previous methods within a ...

Cannot change collision presets in BP instances.

UE - Simulation - Physics - Aug 8, 2023

Even with the “Editable when Inherited” flag set in the blueprint class static mesh component, the BP instance collision preset cannot be set to one different from the BP class collision preset. The ...

Physical Material Mask does not return the correct value

UE - Rendering Architecture - Materials - Feb 26, 2024