Fix textureLOD for PowerVR workaround

UE - Platform - Mobile - Mar 9, 2015

https://forums.unrealengine.com/showthread.php?61511-A-few-questions-in-regard-to-texture-compression-reflections-and-deployment&highlight=powervr This code was added back on 8/2013, changelist 178 ...

Fix missing semicolon in GooglePAD_APL.xml

UE - Platform - Mobile - May 6, 2020

There is a missing semicolon in the GooglePAD_APL.xml file.  Fix does not require change to binary release so users can just edit this file or get the fix from GitHub. ...

Color Information Clamped to a Max of 1 in Cascade Color Modules

UE - Graphics Features - Dec 3, 2014

You cannot enter a value higher than one in any color module. WORKAROUND - You can graph it and select the point you want to change and then set value to any number, but it will be clamped back to ...

UnrealVS cannot be installed with VS2019 16.1

UE - Foundation - Cpp Tools - UnrealVS - Jun 3, 2019

If a user has Visual Studio 16.1 installed, UnrealVS will report that it is not compatible and refuse to install. ...

Mobile Occlusion (ES3.1) is buggy with multiview enabled on Mobile VR platforms

UE - Platform - Mobile - Jul 31, 2018

Launching on VR Mobile platform with Mobile Multiview and OpenGL ES3.1 enabled breaks occlusion. Also occuring in Main @ CL4235929 Users example project attached, also confirmed in VR Template. ...

Crash when destroying a geometry collection actor

UE - Simulation - Physics - Aug 7, 2020

When an actor with geometry collection is destroyed, the engine doesn't remove elements from array in the ChaosSolver So illegal references occurs. Removing element with following quick fix code ...

Skip Assigning Gamepad to Player 1 does not work

UE - Gameplay - Input - Feb 2, 2024

This is a regression from a long while ago that needs to get fixed ...

Apple TV offline saves fix

UE - Platform - Mobile - Jul 31, 2019

Offline save games don't work on Apple TV, (in fact all file operations fail) because Apple has decided that you can't store anything in the NSDocumentDirectory anymore. The fix is to replace occurr ...

UMG Slider displays long or wrong percentages when Step Size is set to 0.1

UE - Editor - UI Systems - Apr 24, 2020

When the Step Size is set to 0.1 for a Slider and Slider value is multiplied by 100, it will display weird numbers when moving the slider back from 100%. Changing the Step Size to 1 and changing th ...

Controller Assignments appear incorrect for UI when "Skip Assigning Gamepad to Player 1" is set to true

UE - Editor - UI Systems - Jul 16, 2019

When using a controller to navigate/ interaction with UI it appears that the "Skip Assigning Gamepad to Player 1" option is not taken into account when assigning input for UI. ...