Actor Component instances have their settings reset to default when compiled in 4.17 (Compilation Manager)

UE - Gameplay - Blueprint Compiler - Aug 10, 2017

REGRESSION: Yes, does not occur in 4.16 When converting a 4.16 project to 4.17, any actor component instances will have their settings reverted back to default when the user compiles the blueprint. ...

Users custom 4.6 project crashes on load

UE - Simulation - Physics - Nov 24, 2014

Users custom 4.6 project crashes on load. If the DefaultEngine.ini file is deleted, then the project will start fine. ...

Unexpected Changes in Saturation/Contrast of Colors when upgrading project to 4.15

UE - Graphics Features - Jan 30, 2017

When upgrading a project to 4.15 (in my case from 4.14.3), the colors seem to have shifted in contrast/saturation. It is not a huge difference, but noticeable enough to affect the overall result of ...

Enum to Byte conversion returns 2 for the first enum then 4 then 6 and so on rather than 0, 1, 2, etc

UE - Gameplay - Blueprint - Sep 1, 2015

Enum to Byte conversion returns 2 for the first enum then 4 then 6 and so on rather than 0, 1, 2, etc. This is a regression; does NOT occur in 4.8.3. Reproduced in 4.9.0 binary and Main (2675088) ...

FBX imports incorrect vertex normals in 4.7

UE - Graphics Features - Mar 2, 2015

Box reflection captures with some assets are not working correctly. The reflection capture is being tiled with version after 4.7 that were not in 4.6. Images are attached to demonstrate along with ...

Only 2 out of 4 Split Screen characters appear in TM-SplitScreen

UE - Gameplay - Oct 3, 2016

Only two characters appear in the playing field after hitting PIE. There are 4 separate screens, which I expected there being one character for each screen. 4 Characters used to spawn and now only 2 ...

Major performance hit upgrading to 4.18 (game tick time - collision sweeps)

OLD - Anim - Jan 16, 2018

As of 4.18 and onward, collision sweeps related to Character Movement seem to be causing higher tick times than usual. Example project: [Link Removed] Regression?: Yes This did not occur in 4.17 ...

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

Trying to set/change an element of a fixed-size TAssetPtr array in the Editor results in a crash.

UE - Foundation - Core - Dec 9, 2016

Trying to set the value of an element of a fixed-size TAssetPtr array in the Editor results in the Editor crashing. This did not occur in 4.13. The attached callstack is from debugging the project ...