Setting Fullscreen Mode to "Fullscreen" results in Crash when using 4.23 from source

UE - Rendering Architecture - RHI - Oct 11, 2019

Changing the screen settings to Fullscreen through code or blueprints results in a crash. This only happens in the source version of 4.23 and does not occur in the binary version of 4.23. I have att ...

Crash when trying to export unsupported Paragon Skeletal Mesh asset in 4.23

UE - Editor - Content Pipeline - Import and Export - Sep 11, 2019

When the user tries to export the Skeletal Mesh of TwinBlast (a paragon character that can be purchased off the marketplace) in 4.23. As of the time of logging this bug it is not supported in 4.23, ...

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

When a fixed delta time step of 0.02 or higher is used with some skeletal mesh objects, rotational forces applied using AddTorque have no affect on the skeletal mesh.

UE - Simulation - Physics - Jan 27, 2015

Using AddTorque to apply a rotation to a skeletal mesh does not always provide the expected results if a fixed time step is being used. When doing this to the Owen character in the Content Examples ...

Fixing Issue in Niagara stack across particle and system stages crashes the editor.

UE - Niagara - Jan 18, 2024

The Update Persistent Audio module has a dependency on a Play Persistent Audio module. When there are two modules in different overview nodes, the automatic fix up can put the Play Persistent Audio ...

Crash on packaged game. 4.23 will not nativize a class that creates instanced properties inside itself

UE - Gameplay - Oct 1, 2019

Description from the user: up to 4.23 properties nativize normally if they are written in C++ with the Instanced specifier. The discerning difference is that that there was no Blueprint Class itsel ...

With Use Fixed Frame Rate turned on, time-based elements of the Editor appear to operate at incorrect rates.

Tools - Oct 29, 2015

Turning on the Use Fixed Frame Rate option for a project causes time-based elements of the Editor to operate at incorrect rates. ...

Crash While Running Project With d3ddebug Enabled (fix provided)

UE - Graphics Features - Mar 6, 2017

A licensee encountered a crash during InjectTranslucentLightArray: according to them they fixed the issue in ShadowProjectionCommon.usf: /** Cube map texture. */ TextureCube<float> ShadowDepthCub ...

Using Fixed Frame Rate Increases the Speed of Auto Save

UE - Foundation - Core - Oct 26, 2015

Using a lower fixed frame rate (i.e. 20fps) causes the auto save timer (when set to the default of 10) to count down in 3 seconds. Found in 4.10 Preview 2 CL 2733139. Reproduced in 4.9.2 binary an ...

Plugins are not creating shipping versions on package on Mac 4.23 Preview

UE - Foundation - Cpp Tools - Jul 15, 2019

When you try to package a plugin on Mac in 4.23.0 Preview 1 there is no Shipping folder generated. This was verified to not happen in 4.22.3 (via Epic Launcher). Found in 4.23.0 Preview 1 CL# 72363 ...