Blueprint editor can crash on removing one of a Sequence node's exec pins

UE - Gameplay - Blueprint Editor - Dec 22, 2023

User reported that upon removing a pin from a Sequence node the editor crashed. This only happened once, so may be a multithreading race condition or there may be additional unknown factors. The cra ...

GetMonitorSizeFromEDID may fail to acquire the native resolution for ultrawide monitors

UE - Foundation - Dec 20, 2023

For some ultrawide monitors, UE may not correctly fetch the native resolution. GetMonitorSizeFromEDID attempts to retrieve native resolution from the Detailed Timing Descriptor of the EDID, but thes ...

MRQ Linux - Log Spam: Unable to statfs('/render_output_path.{ext}')

UE - Anim - Sequencer - MRQ - Dec 20, 2023

When rendering with MRQ on Linux (only), there is a lot of statfs log spam that appears repeatedly during the render: LogCore: Warning: Unable to statfs('/render_output_path.{ext}'): errno=2 (No ...

When Adding the nDisplay plugin it defaults to disabled in Projects -> Plugins -> nDisplay

UE - Content - Plugin - Dec 20, 2023

If you add/enable nDisplay as a plugin it should default to ON in the Project Plugins Settings, while Cluster Replication should remain off by default. ...

Startup Movies in Lyra Flicker and trigger ensure: "Only one system can use the SlateThread at the same time. GetMoviePlayer is not compatible with PreLoadScreen."

Media Framework - Dec 20, 2023

When adding startup movies to Lyra, the movie playback flickers and an ensure conditions fails with the message: Ensure condition failed: bSuccess [File:D:\build\++UE5\Sync\Engine\Source\Runtime\M ...

Investigate copying over PhysMaterialOverride for BodyInstances in Packed Level Actors

UE - World Creation - Worldbuilding Tools - Level Instances - Dec 19, 2023

FLiveCodingModule::StartLiveCoding() unsafe access of FModuleManager::Get().OnModulesChanged()

UE - Foundation - Cpp Tools - Live Coding - Dec 19, 2023

A user has reported a failing ensure in FMRSWRecursiveAccessDetector::AcquireWriteAccess(), a race condition that has a small chance of happening when launching the editor. FLiveCodingModule::Start ...

Light Mixer crashes on transform context menu

UE - Editor - UI Systems - Dec 19, 2023

Originates from UDN [Link Removed] ...

ResavePackagesCommandlet needs to handle resaving ExternalActors for -FixupRedirectors

UE - World Creation - Worldbuilding Tools - Dec 19, 2023

ResavePackagesCommandlet -fixupredirects fails to fixup pointers from external actors that are pointing to objectredirectors. It fails to fixup those pointers because we specifically skip loading of ...

SwapRootBone_Actor ignores a relative rotation

UE - Anim - Sequencer - Dec 19, 2023

When we use SwapRootBone_Actor, we expect to move in the X-axis direction, which is the forward direction of the Actor. However, it does not take into account the RelativeRotation of the Skeltalmesh ...