FSkeletalMeshMerge::CalculateLodCount calculates minimum LODs improperly

UE - Gameplay - Aug 23, 2016

CalculateLodCount tries to bound the output LOD count as at least one (count >= 1), but actually bounds it as no more than 1 (count <= 1). Just need to change a FMath::Min to FMath::Max. ...

A C++ project with the name, "GearVR", will not build

UE - Foundation - Core - Jul 28, 2015

A C++ project with the name, "GearVR", will not build. This does not occur with content-only projects named GearVR. In 4.7.6 and 4.8.2, it fails during Compiling and an error message appears: Runni ...

GoogleVR apps prevent adjusting the volume for the phone while running

UE - Platform - XR - Oct 3, 2016

4.13.1 has caused an issue where the volume can no longer be adjusted for a GoogleVR application. This is a regression of functionality in 4.13.0. Tested with build: Working: 4.13.0 Binary CL-310 ...

Lens Flares are appearing in Other Player's Windows

UE - Graphics Features - Jul 28, 2015

On a Windows 8.1 Platform with an Nvidia 960 card, Lens Flares when playing with 2 Player's (without a dedicated server) are appearing in the wrong window. So, Player 1 is looking at sun, Player 2 ...

Material Parameter Collections are not working on Android v 5 phones from 4.11

UE - Platform - Mobile - Feb 9, 2016

Material Parameter Collections are not successfully passing stored values into Materials when packaged for an Android Phone with an OS version of 5. Both version 4 and 6, correctly use the MPC.Test ...

Crash when Copy/Pasting from Older UE Versions

UE - Editor - Workflow Systems - Mar 17, 2023

When copy/pasting scene objects from older Unreal versions into Unreal 5.1, the editor will crash. ...

ResetToDefault() incorrect behavior with multiple components selected with different defaults

UE - Gameplay - Blueprint Editor - Oct 2, 2023

In the blueprint editor when selecting multiple components and resetting a property that exists on both components to its default value, when the components had different default values the editor r ...

Forced reboot launching editor the first time

UE - Foundation - Cpp Tools - May 30, 2018

Note that before I tried running the editor via the Launch button, I just happened to run the Editor exe directly, and this did not repro then. After my PC rebooted I tried to reproduce it again an ...

FPS drop when deploying to a Mobile device

UE - Platform - Mobile - Feb 27, 2015

The FPS drop off of this users project is significant between version of UE4. I tested this issue on a Samsung Galaxy Note 10.1 2014 edition. I also tested on a iPad air 2 on 8.1. There was a sig ...

FixDeps runs on every build even without any changes

UE - Platform - Linux - Oct 21, 2016

This has been fixed for 4.15, but 4.14 was branched before the fix. Note that this issue is distinct from [Link Removed] and the fix is much simpler. Note that [Link Removed] (pull request #2839) ...