Static Mesh cooking: Bad mesh description should not crash the cooker

UE - LD & Modeling - Modeling Tools - Mesh Editing - Aug 21, 2023

FStaticMeshRenderData::Cache has the assertion: checkf(Owner->IsMeshDescriptionValid(0), TEXT("Bad MeshDescription on %s"), *GetPathNameSafe(Owner)); This assertion can be triggered by data erro ...

CommonUI Analog Cursor + Enhanced Input triggers cause triggers to get stuck when alt-tabbing

UE - Editor - UI Systems - Mar 29, 2024

Came out of [Link Removed] and is related to this one too I think that this is signaling that we need better solutions for input consumption in the engine honestly. This is a constant pain point ...

[Alias] Reimport of a StaticMesh failed

UE - Editor - Content Pipeline - CAD - Oct 25, 2022

The user suggest to add the option "Only New Meshes" ...

Derived struct data is not copied to Base struct

UE - Gameplay - Blueprint - Feb 19, 2024

The actor Blueprint is intentionally causing an object slice to occur. In other words, we're copying a derived type to a base type, so the expectation is that only the inherited base properties are ...

Crash editor when raytracing is enabled and enter kanji characters into TextRenderActor

UE - Graphics Features - Ray Tracing - Apr 25, 2024

The editor crashes when entering Kanji characters into TextRenderActor with raytrace enabled. This does not happen with English text.  ...

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

Audio fade no longer works

UE - Anim - Sequencer - Apr 30, 2024

Unnecessary warning "LogChaosCloth: Warning: Invalid pattern data. Num pattern indices 0 != Num welded indices"... for all SKM cloth

UE - Simulation - Physics - Character - Apr 26, 2024

This warning is technically correct, panel-based cloth is disabled, but it's expected and there's nothing the user can actually do about it. This comes from a UDN. ...

Reimport of a MaterialX file as material instance fails

UE - Editor - Content Pipeline - Import and Export - Apr 5, 2024

In Main, the reimport does not generate an error but the material instance is not updated. ...