The VertexInterpolator connected to a Normalize node, input into BaseColor results in black Mesh LOD Coloration

UE - Rendering Architecture - Materials - Nov 16, 2021

It does not appear to matter to the repro steps what is input to the VertexInterpolator, it matters more that there is a Normalize between the VertexInterpolator and the base color input of the mate ...

Lighting Channels Do Not Function with 78+ Lights on Actor

UE - Graphics Features - Oct 20, 2017

Lighting channels do not function when the number of lights affecting actors is 79 or higher. Any number of lights that is 78 or fewer will honor lighting channel assignments. ...

Build failure packaging for android with GoogleVR plugin enabled

UE - Platform - XR - Oct 12, 2016

Android is failing to package when GoogleVR is enabledUATHelper: Packaging (Android (ATC)): UnrealBuildTool: BUILD FAILED UATHelper: Packaging (Android (ATC)): UnrealBuildTool: C:\NVPACK\android-sd ...

Fringe Saturation in Post Process Volume not functioning

UE - Graphics Features - Jul 27, 2015

Setting the values for Fringe Saturation within the Post Process Volume does not seem to have any visual change. The documentation suggests that changing the Fringe Saturation will either increase ...

Unable to increment TMap value if Key is zero

UE - Gameplay - Feb 24, 2017

Unable to increment TMap value if Key is zero. Changing the TMap Key to 1 on Add will allow the Value of "Key 0" to be incremented. User Description: It seems as if the 'Find' node for the newly ...

When multiple HLODs are set, the transition does not occur correctly

UE - Graphics Features - Aug 30, 2019

The [bIsVisible] flag is set to [1] by the following judgment.const bool bIsInDrawRange = DistanceSquared >= Bounds.MinDrawDistanceSq * HLODState.FOVDistanceScaleSq; Judging from this code, I bel ...

Selection outline not visible when actor is selected on certain AMD GPUs

UE - Graphics Features - Apr 18, 2017

When selecting an actor in the viewport, some AMD GPU users are reporting that the selection outline is not visible. Rolling drivers back to 17.1.1 correct the behavior.| Two EngineQA tester have ...

tvOS/IOS: Fails to Build with dSYM Options Enabled Due to DsymExporter Erroring Out

UE - Platform - Mobile - Jan 22, 2019

When attempting to package for tvOS or iOS with the generate dSYM options enabled, numerous instances of the following errors occur:[2019.01.21-20.53.35:739][138]UATHelper: Packaging (tvOS): [2019 ...

Toggling visibility of Sublevels on a server can cause a disconnect if Dynamic Actors exist in the sublevels.

UE - Networking - Aug 17, 2018

The PackageMap / NetGuidCache appear to get into a bad state on Clients if the Server toggles level visibility of a sublevel. This can affect currently connected clients, as well as clients that jo ...

Packaged size of project is double its size when packaging for Shipping Windows (32 bit)

UE - Foundation - Core - Mar 9, 2015

When you package a project in 4.6.1 for Windows (32 bit) shipping, the file size is around 160 MB. When you package a sample project in 4.7.2, the packaged size will be around 345 MB. [Link Remove ...