iOS Shipping Build using std::thread crashes on launch

UE - Platform - Mobile - Jun 2, 2017

A user is reporting that using the following code in a GameMode class causes shipping iOS packages to crash on launch:void ANOGSSDKGameModeBase::StartPlay() { std::thread([](){ std::clog << "THRE ...

AddComponent node fails to be scheduled after adding an "expose on spawn" variable to an ActorComponent-based Blueprint Class.

UE - Gameplay - Blueprint - Nov 13, 2015

If an existing AddComponent node is placed in an Actor Blueprint's Event Graph for a custom ActorComponent-based Blueprint Class, the node will fail to be scheduled after adding a variable marked "E ...

UGameplayStatics::SpawnEmitterAttached keeps relative location when SnapToTarget is used.

UE - Gameplay - Aug 10, 2016

UGameplayStatics::SpawnEmitterAttached will keep relative position when using SnapToTarget. ...

MetalRHI crash locking camera cut to a level sequence in QAGame

UE - Platform - Apple - May 12, 2016

Running into an intermittent crash in MetalRHI when locking to a camera cut in a level sequence. Very similar to [Link Removed] which is an NVIDIA GPU. ...

Framerate drops when using SceneCaptureComponents with a RenderTarget in VR

UE - Platform - XR - May 14, 2018

Using SceneCapture in packaged VR projects causes poor performance. Also observed with SceneCaptureCube Does not occur in 4.18 ...

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

Blueprint diff tool does not highlight differences when a change is made to a property in a component

UE - Gameplay - Blueprint - Jun 20, 2018

When making changes to a property in a component of a Blueprint, those changes are not highlighted when looking at the changes in the Components section of the Blueprint Diff tool. ...

Cumulative Patching does not work with Pak signing

UE - Foundation - Feb 20, 2024

Cumulative patching is implemented by copying the generated pak files during staging of the base and each patch to the Releases directory. When creating a patch, all of the pak files from the releas ...

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

Component inheritance does not appear to be consistent when running a project with the -game command line argument

UE - Gameplay - Blueprint - Jan 19, 2018

Component property inheritance sometimes does not behave as expected when opening a project with the -game command line argument. Attempting to load a child Blueprint through code may not correctly ...