r.MobileContentScaleFactor appears to be ignored defaulting to 1 on Mobile Devices

UE - Platform - Mobile - Feb 28, 2022

r.MobileContentScaleFactor = 0 should return Native Resolution; 1 should return Standard definiton; 2 shold return an High Definition Resolution. It seems that r.MobileContentScaleFactor is being i ...

Crash occurs running SunTemple on Nexus 6p in Vulkan mode

UE - Platform - Mobile - Jan 14, 2017

Testing Vulkan DLS and hit this crash when running the app on Nexus 6p. This crash does not reproduce on Nexus5_4012_Adreno 330 ...

ShooterGame Crashes on Exit on iOS Due to Exhausting Real Time Allowance

UE - Platform - Mobile - Jul 30, 2018

When closing ShooterGame on an iOS device, the application crashes due to "exhausting the real time allowance of 5.00 seconds". This issue is NOT a regression for //UE4/Dev-Networking as it is also ...

Indirect lighting samples incorrect if duplicated levels placed in same persistent level

UE - Graphics Features - Aug 29, 2017

Indirect lighting samples were not made correctly when building lighting with umap duplicated via the content browser and registering both source and destination as sublevels in one map. ...

Regression - Nested scene component subobjects are no longer being registered when the owning scene component is added to an existing Actor instance as an instanced component.

UE - Gameplay - Components - Nov 16, 2016

This is a regression that was introduced with changes made to address issues with native vs. non-native component registration at Blueprint construction time ([Link Removed]). Prior to those change ...

Ensure triggered with multiple AddInstance() calls for InstancedStaticMeshComponent

UE - Graphics Features - May 20, 2016

Adding multiple instances to instance static mesh component in a code class causes an ensure to trigger when an instance of the class is added to the level. ...

Cannot compile nativized Blueprints containing a delegate signature that includes a TMap (paired) type as a parameter.

UE - Gameplay - Blueprint - May 15, 2018

Paired types (e.g. TMap) in a delegate signature do not compile after nativizing a Blueprint class containing it due to the macro expansion and comma inside the template spec between key and value t ...

Mobile Previewer: Safe Zone Invalid Until Window Resize

UE - Platform - Mobile - Jul 12, 2021

When the Mobile Previewer loads, the Safe Zone widget is not working properly at startup, and requires a window resize to update to the correct Safe Zone. ...

[CrashReport] UEdGraphSchema_K2::PinHasSplittableStructType

UE - Gameplay - Blueprint - Sep 14, 2017

This crash is affecting a few users in 4.17. ...

IOS crash disabling idle timer when closing the app

UE - Platform - Mobile - Apr 29, 2020

Licensee report of crash during shutdown due to setting [UIApplication sharedApplication].idleTimerDisabledbeing from the Game thread. Grouped together with others items in [Link Removed] ...