Unable to create installed build with iOS support from PC

UE - Foundation - Core - May 3, 2017

Attempting to build a local binary engine from a source engine will fail when iOS support is enabled in the setup process. Command line argument (ran from Engine/Build/BatchFiles folder location): ...

Dithered LOD Transition Has Visual Pop

UE - Graphics Features - Dec 28, 2016

When a static mesh that is placed in the scene begins to transition using dithered LOD, The LOD that is being transitioned away from will "POP" in at full opacity for a moment just before the dither ...

32bit TGA Texture With Alpha Has Noticeable Artifacts On RGB Channels (DXT5)

UE - Graphics Features - Feb 17, 2017

When using a 32bit tga with an alpha channel that has hard edges the compression method (DXT5) will create artifacts in the RGB channels that normally aren't there whit DXT1 compression(no alpha). ...

Crash from Saving in different ways in rapid sucuession

Tools - Apr 18, 2017

The editor crashes if two saves happen in rapid succession, for example, if you use Ctrl + S then immediately use Ctrl + Shift + S. This issue can be somewhat difficult to get the crash from as the ...

Curves from Animation Samples in Aim Offsets are ignored

OLD - Anim - Jul 11, 2017

Curves from Animation Samples in Aim Offsets are ignored In the attached project, all of the AimOffset Poses have a value assigned to the TestCurve. If you open the AimOffset and then open the Ani ...

[CrashReport] UE4Editor_UMG!UPanelWidget::GetChildIndex() [panelwidget.cpp:52]

UE - Editor - UI Systems - Nov 10, 2017

This is a trending crash coming out of the 4.18 release. User DescriptionsI did click on compile on a widget an UE4 crash Source Context 46 int32 UPanelWidget::GetChildIndex(UWidget* Conten ...

Incorrect render target index assignment in GLSLBackend

UE - Graphics Features - May 18, 2018

While investigating [Link Removed], I have found that GLSLBackend always automatically generates render target location indices, regardless of user-specified ones via SV_TargetX HLSL semantics. Rel ...

Project no longer builds when .cc file is included in the project

UE - Foundation - Cpp Tools - Jan 15, 2019

Including files with a .cc extension instead of .cpp in a code project used to build fine in Visual Studio. This is no longer the case in 4.21.2. The error message that results indicates that only C ...

Simulating physics overrides the ability to move Skeletal Mesh Actors in Editor after moving a child component

UE - Simulation - Physics - Jun 18, 2019

Found in 4.22 CL#6574378 Reproduced in 4.21 CL#4753647, 4.24 Main CL#7062442 May be similar to [Link Removed], which was reported fixed in 4.13 The following warning is spammed when trying to mov ...

UMG Widgets containing child widgets that have bound animations fail to save

UE - Editor - UI Systems - Jan 10, 2020

Adding a child widget that contains a bound animation to a separate widget blueprint results in failure to save. Working in 4.22.3 Tested in: 4.22.3 CL#7053642, 4.24.1 CL#10757647, 4.25 CL#108892 ...