Crash in Forward Renderer DX11 RHI Impl when using VR PIE

UE - Platform - XR - Dec 4, 2016

// enforce color target is <= depth and MSAA settings match if(RTTDesc.Width > DTTDesc.Width || RTTDesc.Height > DTTDesc.Height || RTTDesc.SampleDesc.Count != DTTDesc.SampleDesc.Count || ...

User defined struct pins shows display a string of letters & numbers when switching Editor language

UE - Gameplay - Blueprint - Jan 18, 2017

Editor language switch can turn struct get/set nodes pins(split) to display extra string of letters & numbers after their original name. ...

Crash When Attempting To Change LOD1 Cloth Assigned

UE - Simulation - Physics - Character - Apr 12, 2017

At times when trying to assign APEX cloth to LOD1 material the engine will crash. I got a 100% repro rate following the steps listed above. I have found some inconsistent errors when trying to rep ...

Artifact holes appear within thick font outline

UE - Editor - UI Systems - Nov 21, 2017

When you make the outline very thick, holes can appear within the area of the thick outline. This would happen both in English and Japanese. ...

IsEditorOnly Components hidden from Component Tree when duplicating

UE - Gameplay - Blueprint Editor - Nov 14, 2018

IsEditorOnly Component is hidden when it is duplicated. This can be redisplayed by blueprint compile, but it is preferable that it is the same as when IsEditorOnly is disabled. Gif1 is the case of ...

Skel Vert/Surf Emitter Location Local Not World Space

UE - Simulation - Physics - Character - Jan 3, 2019

A Skel Vert/Surf particle system attached to a cloth actor spawns particles around the origin instead of around the actor. ...

The screen will be darker than other platforms(Android,PC/Mac preview) on IOS if both MSAA and MobileTonemapperFilm enabled

UE - Platform - Mobile - May 16, 2019

[Image Removed] [Image Removed] [Image Removed] [Image Removed] ...

Exposure Compensation Curve not applied in Standalone/Packaged

UE - Graphics Features - Dec 29, 2019

'Exposure Compensation Curve' is not being applied in Standalone or Packaged projects. Confirmed in 4.25 MAIN at CL 10871578 ...

Crash when using Share Material Shader Code and Native Metal Libs with r.Shaders.Optimize=0

UE - Rendering Architecture - RHI - Mar 17, 2020

Using r.Shaders.Optimize=0 with native metal libs results in a crash of the packaged build at runtime. Workarounds is to either not use native metal libs for text shaders or in MetalShaders.cpp co ...