Error during packaging if nativizing a blueprint that contains a TMap with a UserDefinedEnum as a key

UE - Gameplay - Blueprint - Jun 17, 2019

Certain Map container calls (e.g. Find, Add) will fail to compile at packaging time if a Blueprint class containing a Map variable with a user-defined enumeration as the key type is nativized. This ...

Mobile Multi-view has Black Screen on Android

UE - Platform - XR - May 21, 2020

Mobile multi-view is causing black screens on Android ...

If a function that takes a custom struct as a parameter is changed and a hot reload performed, any variables in Blueprints that are of that custom struct type will disappear and no longer be usable.

UE - Gameplay - Blueprint - Aug 27, 2015

After creating a custom struct in C++ and adding a variable of that struct type to a Blueprint, hot reloading a code change that involves altering a function that takes the struct as a parameter res ...

[Metal-Epic:iOS] Directional Light graphics corruption when using the Metal Desktop Forward Renderer on iOS

UE - Graphics Features - Jan 25, 2018

When enabling the Metal Desktop Forward Renderer on iOS, Directional Light's with Light Shaft Bloom enabled will cause full screen graphics corruption when looking at the light source. ...

"Expose on Spawn" variables in Actor Components are overridden by the details value.

UE - Gameplay - Aug 2, 2018

"Expose on Spawn" variables in Actor Components are overridden by the value set in their Details Panel when called in another Blueprint. This issue was reported and tested in 4.20.1 (CL-4233996). ...

Material Parameter Collection Values not Updating in Simulate if "Run Dedicated Server" is Checked

UE - Networking - Jul 15, 2019

Material Parameter Collection Values not Updating if "Run Deadicated Server" is Checked Working as expected in 4.21 CL# 4753647 Found in 4.22 CL# 7053642, 4.23 Preview 1 CL# 7236301, and 4.24 CL# ...

TMap Contains Node Returns False Incorrectly Under Specific Circumstances

Tools - Nov 20, 2019

The Contains node doesn't return an existing row from a data table under specific circumstances. This didn't occur when the struct the data table is based on was made via blueprints or there are mor ...

Blueprint Node "Get Actors" for Layers in Level Blueprint causes crash in Packaged .exe

UE - Virtual Production - Nov 21, 2019

Blueprint Node "Get Actors" for Layers in Level Blueprint causes crash in Packaged .exe The Blueprint node "Get Actors" for Layers in the Level Blueprint causes an instant crash in a built developm ...

Sprite fails to edit based on UV Source Texture Region, when attempting to bulk edit via Bulk Edit Property Matrix.

UE - Gameplay - Paper2D - Feb 12, 2020

Sprite fails to edit based on UV Source Texture Region, when attempting to bulk edit via Bulk Edit Property Matrix.  User was following along to this Epic tutorial: [Link Removed] However, the e ...

Crash calling destroy actor for Geometry Collection while it's simulating

UE - Simulation - Physics - Destruction - May 12, 2020

Crash occurs when user call Destroy Actor on a Geometry Collection Actor. This seems to only occur while the actor is simulating. If called while on the ground, it doesn't seem to occur. ...