Shader Complexity viewmode doesn't work on masked & pixel depth offset material

UE - Rendering Architecture - RHI - Nov 11, 2019

Materials with mask and pixel depth offset appear to be empty in Shader Complexity viewmode in SM5. Both happens in material preview and world viewport.  [Image Removed] Works fine in ES31.  [Ima ...

ShouldRender() in USceneComponent Doesn't Check Against IsVisibleInEditor()

UE - Graphics Features - Nov 22, 2019

IsVisible()/IsVisibleInEditor() should be a contribute to the logic in ShouldRender(). NOTE: This code was written during the UE3 life cycle. Found in 4.22 CL#7053642 ...

Game crashes when Panini projection enabled.

UE - Graphics Features - Jan 15, 2020

Default pose is displayed in the first frame when playing with Sequencer

UE - Anim - Sequencer - Jan 28, 2020

The problem is that the camera is evaluated when the sequencer is played, but the animation does not seem to play properly. It seems that the licensee found this problem when implementing it in C++, ...

Cannot navigate to native function source code from blueprint editor

UE - Foundation - Core - Feb 1, 2020

REGRESSION RANGE WORKING: 9404494 (right before Dev-Core copy up at 9405827 BROKEN: 9407021 (Dev-Networking copy up) NavigateToFunctionSource: Unable to find symbols for 'UPaperFlipbook::GetNumFr ...

EditCondition doesn't work on C-arrays

Tools - May 13, 2020

Toggling a bool doesn't enable/disable the elements of the array similarly to how it does for TArray in the details panel. Static arrays should have the same semantics as TArray with regards to edit ...

Text3d renders backwards.

UE - Rendering Architecture - RHI - Aug 10, 2020

When adding a Text3D actor (after placed as Child Component), into viewport the actor renders backward and not as expected. I was able to reproduce this issue in 4.25.3, but did not have this issue ...

Crash enabling Stochastic Rect Light with Ray Tracing

UE - Graphics Features - Lumen - Oct 13, 2020

Enabling Stochastic Rect Lights with Ray Tracing causes the project to crash. Reported and tested in version 4.26.0(CL 14419252). Tested and not found in version 4.25.3(CL 13942748).  ...

Landscape smooth and flatten tools deform the terrain incorrectly

UE - LD & Modeling - Terrain - Landscape - May 25, 2022

The Landscape smooth and flatten tools can deform the landscape incorrectly causing chunks of the landscape to be removed (see attached image). ...

HighResScreenshot crashes in windows packaged exe

UE - Rendering Architecture - Mar 22, 2023

FHighResScreenShotConfig::Init() sets the materials only in the Editor, due to a #if WITH_EDITOR block. However, the FViewport class exposes the TakeHighResScreenShot to non-editor builds as well, l ...