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

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

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

Cannot set background color for UI Domain material preview

UE - Editor - UI Systems - UMG - Dec 18, 2023

Enhanced Input Action Triggers may be silently ignored when using multiple bindings in a context

UE - Gameplay - Input - Dec 15, 2023

The root cause appears to be an order of operations change made for [Link Removed] (CL 18309493 in UE5/Main). On EnhancedPlayerInput.cpp:238, the TriggerStateTracker is combined with state evaluated ...

GAS: FGameplayAbilitySpecHandle lacks invokable serialize function

UE - Gameplay - Gameplay Ability System - Dec 15, 2023

FGameplayAbilitySpecHandle is a struct that can be replicated by-design to identify a granted GameplayAbility in server-client communication. This works fine with default struct replication using FR ...

Nanite custom depth rendering is missing support for r.CustomDepthTemporalAAJitter=0

UE - Graphics Features - Nanite - Dec 14, 2023

Nanite custom depth rendering doesn't "de-jitter" the view parameters for custom depth rendering when r.CustomDepthTemporalAAJitter is set to 0. This was discovered by a licensee and reported via U ...

Unexpected resimulations after a client possesses a moving pawn

UE - Gameplay - Network Prediction - Dec 14, 2023

If a player possesses a moving NPP-simulated pawn, there is some kind of logic problem where a reconciliation immediately is triggered, and resimulations keep streaming for a long time. This proble ...

Paste of subcategories does not work

UE - Editor - Workflow Systems - Dec 14, 2023