Linux: UI scale is sometimes not 1.0 on non-high-DPI monitors

UE - Platform - Linux - Nov 7, 2017

At the moment, UI scale is calculated on Linux from physical monitor dimensions (obtained ultimately from EDID) and not system scale. The granularity is 0.25, so scale can be 0.25, 0.5, 0.75, 1, 1.2 ...

Raytraced Shadows render incorrectly in a project that has been converted from 5.0.3 to 5.1.1 to 5.2

UE - Graphics Features - Ray Tracing - May 16, 2023

Version to VersionResultsNew 5.0.3 project to 5.1.1Works as ExpectedNew 5.1.1 project to 5.2Works as ExpectedNew 5.0.3 project to 5.1.1 to 5.2Bug OccursNew 5.0.3 project to 5.2 Bug Occurs The scene ...

Initial Modules are clamped to a 0 to 1 time range

UE - Graphics Features - Sep 18, 2015

The Initial Modules appear to be clamped to a zero to 1 time frame since 4.8 was released. Projects that are converted from 4.7.6 will have correctly working particle systems, but adding a new part ...

[Device Swap][Crash][Stadia] - Crash changing audio device from 5.1 to stereo

UE - Audio - Mar 10, 2021

There's a crash on stadia when changing the audio device from 5.1 to stereo. There's also a related issue where voice chat breaks when changing from 5.1 to stereo. The background is that CL14889950 ...

Launcher Crashes after updating from 4.5.1 to 4.6.1

Tools - Mar 9, 2015

Launcher Crashes after updating from 4.5.1 to 4.6.1. When opening Launcher user receives the following error message: MachineId:5594134C496ADEDBDA8928BF9C26FCA5 EpicAccountId:7d0bd770cd564683863553 ...

Assertion failed: GEditor->GetSelectedActorCount() == 1 in FLevelEditorActionCallbacks::Paste_CanExecute

Tools - May 3, 2017

This is a high frequency crash occurring for our users. It appears to be the same crash reported in [Link Removed], however that was fixed in 4.15.0, and the specific repro steps are verified to no ...

UAnimSequenceBase::GetNumberOfFrames off by 1

OLD - Anim - Sep 10, 2019

Creating a montage from a default frame rate and rate scale sequence reports 1 less frame than the sequence. The difference is a result of UAnimSequence overriding UAnimSequenceBase::GetNumberOfFram ...

depth calculation is not functioning properly on mobile ES 3.1 preview

UE - Platform - Mobile - Feb 21, 2023

In 5.1.1, the depth calculation is not functioning properly on mobile ES 3.1 preview, resulting in reflections occurring in areas where they should not. When checking with RenderDoc in ES 3.1 Previ ...

Null Redirector For Main Game Level Is Packaged Without Error After Fixing Redirector

Tools - Feb 24, 2020

After moving a level into a folder and fixing the redirectors (right click in content browser) the project will package a Null reference without throwing an error. This will let you create a project ...

Fix delegate problems with Blueprints

UE - Foundation - Core - Feb 18, 2015

https://udn.unrealengine.com/questions/236428/bug-blueprints-executing-zombie-code.html Blueprint MyCharacter is based on native class CodeFirstPersonCharacter. CodeFirstPersonCharacter has compone ...