SeparateTranslucency doesn't work with MSAA on mobile.

UE - Platform - Mobile - Mar 20, 2021

DynamicMeshBuilder.cpp does not add a value to the InTangentY variable in the AddVertex function

UE - Graphics Features - Mar 4, 2021

This was found as a result of Licensees doing a Code Review of the Engine code. Here's the code snippet in question. It seems to be missing a line similar to Vertex->TangentY = InTangentY;.:  int32 ...

SkyAtmosphere is not displayed in ES3.1 Preview

UE - Platform - Mobile - Feb 22, 2021

Atmospheric Fog is not displayed as well. ...

MarkComponentsRenderStateDirty not called when bHidden is replicated

UE - Networking - Feb 1, 2021

SetActorHiddenInGame will call MarkComponentsRenderStateDirty, but when the new value is replicated to the clients, the render state is not marked dirty when the change is received. ...

Directories to never cook does not appear to be working

UE - Foundation - Core - Cooker - Jan 27, 2021

Marking as a regression as this issue did not occur 4.25.4 I've attached project logs and "unrealpak -list" output from both 4.25.4 and 4.26 to this ticket. ...

Reflection looks Brighter on Mobile Preview than on PC

UE - Graphics Features - Jan 18, 2021

Relevant Ticket and UDN [Link Removed] [Link Removed] ...

Crash on project startup due to certain Skeletal Mesh being accessed

UE - Anim - Runtime - Jan 6, 2021

If you open the 6 assets that were close unexpectedly it will crashEnemy (Blueprint), Player_BP (Blueprint) and ThirdPersonGameMode (Blueprint) it crashesThe texture and Projectile_Base (Blueprint) ar ...

FBX SkeletalMesh import - Some custom attribute values interfere with SkeletalMesh Import/Export

UE - Editor - Content Pipeline - Import and Export - Dec 8, 2020

It appears that the value of a string custom attribute on a SkeletalMesh node can interfere with the import process of the SkeletalMesh, as well as with the export process according to UDN. Adding t ...

Datasmith Metadata returned as empty array on Python Import

UE - Editor - Content Pipeline - Datasmith - Importer - Oct 27, 2020

Metadata information seems to not be available on import. A user has reported that this was working before but I was able to reproduce the issue in //UE4/Release-4.24 cl 11590370 I am currently lis ...