Game Instance being initialized twice in Android build

UE - Gameplay - Feb 11, 2015

When a project with a C++ custom game instance is packaged for Android, the game mode is initialized twice from different paths. Device log files attached ...

Make AGameMode::FindInactivePlayer and related functionality easier to overload

UE - Networking - Oct 27, 2015

Investigate implementing the suggestions in the post at the additional info URL. The user ran into multiple issues trying to customize the behavior of inactive players rejoining. ...

profilegpu should not crash when run on mobile platforms

UE - Platform - Mobile - Apr 15, 2015

We don't have gpu timings on mobile/tiled gpus so we should just print a message that says that is not supported; right now it'll crash trying to run a shader. ...

Crash after removing decal (using set fade out node) during design time and then hitting play

UE - Gameplay - Blueprint - Feb 5, 2019

When calling set fade out on a decal during design time via a custom event that is setup to be called in editor a crash will occur when clicking PIE ...

A version of UnrealVS for VS2019 is not included with the Engine

UE - Foundation - Cpp Tools - UnrealVS - Apr 18, 2019

Version 4.22 of the Engine includes initial support for Visual Studio 2019. However, an updated version of UnrealVS for VS2019 is not included in the Engine. ...

Sphere trace in control rig only works with actor with the collision object type of "World Static".

UE - Anim - Rigging - Control Rig - Jan 21, 2022

One of our customers reported on UDN that sphere trace in control rig only works with actor with the collision object type of "World Static". Is that by design or a bug? ...

Proejcts with vr.InstancedStereo=true crash on Mac

UE - Platform - XR - Jan 12, 2023

Sounds like neither Multiviewport nor View Instancing (MMV) is not supported on Mac atm, and the logic in StereoAspects asserts. See attached log from a partner. ...

Crash when editing details of an AI Perception Component's Senses Config field

UE - Gameplay - Blueprint - Mar 2, 2016

If a custom AIController class defines an AISenseConfig_Sight pointer, creating a blueprint of this class and attempting to edit values in the drop down for the array elements causes the editor to c ...

iOS 10 uses iPhone Retina iOS6 App Icon for settings icon

UE - Platform - Mobile - Sep 13, 2017

Tested on an iPhone6+ on OS: 10.3.3 I changed all of the icons to custom images and the iPhone Retina iOS6 App Icon is what was used for the Settings icon ...

Blutility context menu popup shows all pins inside function

OLD - Anim - Jul 23, 2018

ActorAction Blutilites are showing all pins inside a function. This does not happen with editor callable custom events. Also occurring in Main/4.21 CL #4221482 ...