Failed to compile UE4 on Mac using incompatible Xcode version

UE - Platform - Apple - Apr 7, 2017

Clone the GitHub repo for 4.15.1, run setup, gpf, then build UE4. Fails to compile due to metal errors. It would be nice if we could produce a warning if the compiler being used is newer than what ...

The Radial Blur Shader Doesn't Look Correct With Raytracing Translucency Enabled

UE - Graphics Features - Lumen - Jan 21, 2020

The Radial Blur shader doesn't look correct with ray tracing translucency enabled. Found in 4.24.1 CL#10757647 Reproduced in 4.25 Main CL#11050671 ...

Alembic Files Import With Blocky UVs

UE - Editor - Content Pipeline - Import and Export - Dec 6, 2019

Alembic files imported come in with blocky UVs. Attached is a zip with the files and pictures that show the issue. Found in 4.23.1 CL#9631420 Reproduced in 4.24 Preview 4 CL#10387632, 4.25 Main CL# ...

Visual inconsistencies when zooming in/out in the designer tab

UE - Editor - UI Systems - Jun 9, 2017

Visual inconsistencies when zooming in/out in the designer tab. In the example provided. There is a vertical box containing sever images with a top padding of 1. When zooming in and out of the graph ...

Listen Server Without Microphone Will Drop Clients with Microphone if Voice is Enabled

UE - Networking - Mar 28, 2017

Listen servers that do not have a microphone hooked up are dropping clients that do have microphones when the client attempts to transmit voice. The log contains the following errors: [2017.03.28- ...

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

OnClicked event of UMG button fires once in twice if virtual joystick is receiving input.

UE - Editor - UI Systems - Oct 14, 2015

OnClicked event of UMG button fires once in twice if virtual joystick is receiving input. Both Andorid and iOS devices are affected. This issue is found with 4.9 update. under 4.8 are fine. ...

Array index out of range with StopTree

UE - AI - Mar 26, 2019

Crashes when exiting PIE while executing multiple async tasks. By explicitly executing EndTask and FinishAbort of RecieveAbort, this caused by performing out-of-range in array access to InstanceStac ...

Scaling a SceneCapture2D from Default Scale will cause Decals to Disappear in the Render Target

UE - Graphics Features - Dec 6, 2016

When scaling a SceneCapture2D actor/component any decals there were being rendered within the Render Target disappear. I also noticed that when the SceneCapture2d is set to orthographic, the scale ...

Editor becomes unresponsive/freezes when a Geometry Collection is destroyed by a Hit Event while simulating

UE - Simulation - Physics - Destruction - Apr 19, 2023

This is a regression. Tested in //UE5/Release-5.1 CL23901901 When a geometry collection is destroyed by an On Hit event the editor becomes unresponsive and never recovers. No crash is generated. ...