Native Gameplay Tag Dev Comments are not included in GameplayTagWidget tooltips

UE - Gameplay - Nov 12, 2021

Native Gameplay Tag dev comments don't show up in tag tooltips.  ...

Scene Capture set to depth only renders the full scene instead of only processing depth.

UE - Virtual Production - Rendering - Oct 26, 2021

A licensee has also recommended a fix for this issue, please see the UDN link for details. Example renderdoc capture of the issue can be found here - [Link Removed] ...

Enum pin obscures icon on comparison operator nodes

UE - Gameplay - Blueprint Editor - Oct 18, 2021

Enum pin dropdown obscures the icons of the enum == and != nodes. ...

VT Material Instance Crash - "ProducerDesc.BlockHeightInTiles << MipBias == BlockHeightInTiles"

UE - Graphics Features - Oct 4, 2021

Assertion failed: ProducerDesc.BlockHeightInTiles << MipBias == BlockHeightInTiles [Link Removed] [Line: 229] ...

Oculus Quest "Reset View" command doesn't work with OpenXR

UE - Platform - XR - Sep 27, 2021

upd. Regression was checked on //UE4/Release-4.26 CL 17626593 Issue wasn't reproduced. Regression - Yes ...

Failed to build in Github UE4.27.0.

UE - Simulation - Physics - Aug 30, 2021

Failed to build UE4.27.0 with Win64/Development Editor.  Can avoid this error that excluding the project from build configuration. (Solution UE4->Properties->Configuration Properties->Configuratio ...

Blueprint Viewport Grid Toggle doesn't work

UE - Editor - Workflow Systems - Aug 18, 2021

Enum to string conversion has different results in PIE vs Cooked builds

UE - Gameplay - Blueprint Runtime - Aug 17, 2021

This is because the metadata is editor only and will be stripped in a cooked build. We should make the behavior of the to string function consistent between PIE and a cooked build. ...

Crash in FLandscapeRenderSystem on Mobile

UE - Graphics Tools - Terrain - Landscape - Aug 4, 2021

Similar issues have already been reported here for iOS [https://udn.unrealengine.com/s/question/0D52L00004vJelTSAS/crash-ios-in-flandscaperendersystemcomputesectionperviewparameters] and here [https ...

If Material is not overridden, Material will not be exported correctly.

UE - Editor - Content Pipeline - Datasmith - Exporters - Aug 4, 2021

This is because FFbxExporter::ExportStaticMeshToFbx() does not correctly determine the OverrideMaterials.  Therefore, the following code will not pass.else { Material = StaticMesh->GetMaterial(P ...