ES2 Fallback Fails on Nougat Devices that do not support Vulkan

UE - Platform - Mobile - Aug 28, 2016

Discovered this while doing RC candidate testing for 4.13 Works fine in all other use cases: Nougat devices that support Vulkan Marshmallow devices that support Vulkan Marshmallow devices that don' ...

Create Session does not work in a packaged game from any project that has used C++

UE - Networking - Dec 28, 2015

After adding C++ to a content-only project, Create Session no longer works in a packaged game. The following warning appears in the log: LogScript:Warning: CreateSession - Invalid or uninitialized ...

VR Preview crashes when the number of players is greater than one

UE - Platform - XR - Aug 18, 2015

If the user has the number of players set to more than one, the VR preview will crash. ...

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

[CrashReport] Fatal error: Cast of nullptr to Object failed

UE - Gameplay - Oct 5, 2017

This is a common and longstanding crash that has affected many users since at least 4.11. Source context not available (error in user code?). User DescriptionsI was duplicating a Set function in c ...

Deferred spawned actors can receive BeginPlay before they are finished spawning

UE - Gameplay - May 18, 2023

Actors that are deferred spawned on BeginPlay can be added to the world while AWorldSettings::NotifyBeginPlay is still iterating the world's actors and dispatching BeginPlay. AActor::DispatchBeginPl ...

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

Crash occur when loading AInstancedPlacementPartitionActor

UE - Editor - Workflow Systems - May 17, 2022

Crashes when loading an actor that inherits from AInstancedPlacementPartitionActor. There is a serialization size mismatch. ...

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

Custom UVs don't store information properly in layered materials.

UE - Rendering Architecture - Materials - May 9, 2022

[Link Removed] I have this set up so that FX artists can stack UV manipulations, so I don't want to just have all the UV manipulation in the layer with the base color, even though that does give me ...