Screen Space Reflections not showing in Panoramic Capture

UE - Graphics Features - Sep 10, 2020

Reflections not showing in Panoramic Capture images. Reported and tested in versions 4.25.3(CL 13942748), 4.24.3(CL 11590370), and 4.23.1(CL 9631420).  ...

UMG Calibri font space between characters changes depending on the onscreen size of the textbox containing it

UE - Editor - UI Systems - Jan 14, 2020

Within a UMG Widget Blueprint. Calibri font space between characters changes depending on the onscreen size of the textbox widget containing it. ...

Update Oculus Audio SDK

UE - Platform - XR - May 19, 2016

The current version of the oculus audio SDK fails to initialize for some clients. We haven't been able to reproduce the problem internally but we're told from Oculus that updating the SDK will fix t ...

Investigate intermittent crash in CacheOptimizeIndexBuffer on Editor startup on Linux

UE - Platform - Linux - Nov 23, 2015

Building 4.10 from the GitHub release branch on Linux fails to open after install and instead crashes Community Suggested Fix: Switching triangle order optimization off with r.TriangleOrderOptimiza ...

Particle Bounds Don't Update Correctly After Moving Particle Component Via BP

UE - Graphics Features - Mar 30, 2017

It appears that particle components don't update their bounds correctly when they are moved in a scene. If a particle emitter isn't currently visible at the start of the game it will remain culled. ...

Reimporting Static Mesh LODs yields unexpected material assignments

Tools - May 24, 2018

Reimporting an asset after making changes causes loss of saved LOD changes when editing a static mesh. Similar issue was logged and fixed for SkeletalMeshes but this issue is still occurring for ...

Non-nativized classes that implement a nativized interface class do not get interface methods called when invoked through a Blueprint function library.

UE - Gameplay - Blueprint - Jul 5, 2018

UObjectBaseUtility::GetInterfaceAddress() fails due to an incorrect serialized value of the 'bImplementedByK2' property within the non-nativized class's Interfaces array on save. See support thread ...

HLOD visibility state isn't cleared when changing scene

UE - Graphics Features - Sep 25, 2018

HLOD state is not cleared when moving to a scene without HLOD so primitives may read the state from the old scene and incorrectly cull objects. The safe fix is to clear the HLOD state maps when the ...

"Invalid resource entry creating uniform buffer" when running Vulkan on Mobile

UE - Platform - Mobile - Apr 30, 2019

Android projects in 4.22.1 crash on launch with Vulkan enabled. Did NOT reproduce in 4.23 MAIN at CL 6156332 4.22.1 release CL is the same as a related fix for this ( [Link Removed] )  ...

The Percentage doesn't work with sheared ProgressBar Widget

UE - Editor - UI Systems - Jun 24, 2019

Translating the shear of Progress widget on the -Y causes the percent bar to not move correctly. Tested in 4.22.3 (CL - 7053642), 4.23 (CL - 7173969), 4.24 (CL - 7032890) ...