Custom Widget does not change cursor settings

UE - Editor - UI Systems - Nov 20, 2017

When you are using a Custom Widget, changing the cursor setting does not change cursor during PIE or packaged games. only changing the cursor options in the original widget fixes the issue. This iss ...

Replay playback can become paused indefinitely after scrubbing with high time dilation

UE - Networking - Feb 19, 2020

When playing a replay with DemoPlayTImeDilation set to 5, and jumping around the timeline using GotoTimeInSeconds(), the play back can break, with game actors freezing and violently shaking. It seem ...

Handheld AR On IPad Has Dark Contrast Issues And Constant Screen Tearing When Mobile HDR Is Disabled

UE - Platform - XR - Mar 4, 2020

When MobileHDR is disabled in a packaged AR project for iOS there is a big constrast with the brightness in the image and constant screen tearing. This is happening specifically with images captured ...

Lightmass ignores StaticSwitch in materialinstance

UE - Graphics Features - Aug 12, 2020

This is caused by FLightmassMaterialProxy doesn't have GetStaticParameterSet() function. (FMaterial::GetStaticParameterSet() is called.) It can be fixed by adding the following function to FLightma ...

Editor crashes when calling "Begin Draw Canvas to Render Target" on Event Tick

UE - Graphics Features - Aug 20, 2020

The recent hotfix caused this workflow to begin crashing. User reports that it worked as intended in 4.25.2 (CL-13908680). We are unable to reproduce it in 4.24.3 (CL-11590370) either. Crash is ha ...

UDIM UVs are wrong

UE - Graphics Features - Feb 19, 2020

UE4 applies 1-x transform to V coordinate when importing UVs from mesh. This is to handle GL/D3D differences in texture origin, but it breaks UDIM page addressing. It's possible to apply a fix to ...

SessionFrontend Causes Lost Audio on iOS After Switching Apps

UE - Audio - Oct 20, 2020

When using SessionFrontend on some devices, when leaving the app (going to the home screen or another app) or sometimes locking the device there is no more audio after returning to the game. "It lo ...

Split pins on nodes within sub-graphs in an animation blueprint are broken

UE - Anim - Runtime - Mar 16, 2021

There's a bug in the anim bp compiler which results in split pins on animation nodes not being merged properly back onto their parent pin during compilation. The result of this is that any input to ...

Untracked Metadata does not work on arrays of soft objects

UE - Foundation - Core - Jul 19, 2021

The "untracked" metadata field turns off tracking of soft object references so they will not appear in the content browser or modify things like cooking rules. It works fine on individual references ...

[Electra] Electra fails to play video after the second time with the fast Vsync option via NVIDIA control panel

Media Framework - Mar 3, 2022

It seems to be a NVIDIA's driver-side issue.  ( Driver version is 511.79. ) The users can avoid the error by canceling the fast VSYNC option and reverting to the default VSYNC setting. Alternative ...