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

Vehicle Template Gears incorrectly affect gear shift speed

UE - Gameplay - Feb 8, 2016

Changing the Up Ratio of a vehicle movement component incorrectly alters gear shifting. For example, setting the ratio for Gear 3 to 1.0 will keep the vehicle from shifting to gear 2, etc. ...

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

Cannot resize comment box when new comment is created on top

UE - Rendering Architecture - Materials - Apr 27, 2017

Cannot resize comment box when a new comment is created on top. The resizing affects the bottom right corner. This issue is dependent on how the comment is added if comment 1 is highlighted and a ne ...

Steering Curve property does not affect steering

UE - Gameplay - Jul 21, 2015

Setting the Steering Curve of a vehicle movement component has no affect on the turning of the vehicle during play. ...

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

Gamepad input affects multiple game instances at once, due to not needing focus.

UE - Editor - UI Systems - Slate - Mar 5, 2019

Since Gamepad input works without needing focus (which was added in 4.9 with [Link Removed]), a Gamepad's input will also affect all instances running on the same computer. Regression?: No This occ ...

RetargetSource in AnimSeqeuence doesn't affect DDC key

UE - Anim - Runtime - Aug 4, 2020

Retarget source doesn't affect DDC key, so it causes incorrect result. Changing the anim sequence DDC key generation to include it fixes this issue. ...

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

Texture Sample 2D Parameter not Working with WPO on Mobile Quality ES3.1

UE - Platform - Mobile - Jun 30, 2017

WPO does not accept TextureParameter2D nodes when deployed to High End Mobile. The interesting thing is that all other inputs accept Param2D, so it is not entirely clear why WPO is not working. If ...