Allow Custom Depth Writes is not rendering into depth buffer

UE - Graphics Features - Apr 16, 2018

Details can be found in this UDN thread: https://udn.unrealengine.com/questions/428104/allow-custom-depth-writes-not-rendering-into-custo.html ...

Scene capture allocate internal render target

UE - Graphics Features - Apr 13, 2018

Enum can lose value in Child actors with component containing a Map of Structs

UE - Gameplay - Blueprint - Apr 12, 2018

Value in an Enum in a Struct in another Struct assigned to a Map in a Component with the Component used on a Child Pawn Class can be reset upon editor relaunch. User submitted bug. (Unsure what int ...

Assets Imported Using "Import Into Level" Scaling Does Not Match the Scale of Assets Imported Through the Content Browser

Tools - Apr 12, 2018

Assets that are imported using File < Import to Level, import at a different scale than when importing through the Content Browser Screenshot attached to show difference in scale Meshes were both ...

Reparenting a non-widget BP A to UUserWidget then reparenting a widget BP B to A causes an assert when compiled

UE - Gameplay - Blueprint Editor - Apr 12, 2018

No user comments in crash group ...

Colors don't match when using a material in the "Outline Material" setting for text in UMG

UE - Editor - UI Systems - Apr 11, 2018

The Text outline and drop shadow outline for the text do not match up when using a material for the text outline appearance. The "outline color" setting will need to be set to white for the material ...

Fix world to meters scale

UE - Platform - XR - Apr 11, 2018

Is changing the world to meters in the current 4.19 AR template project supposed to affect the world, or is world to meters only for VR projects currently? We have project where a client wants us to ...

The float property FrameCacheLenght in FVisualLoggerBinaryFileDevice is set with a bool value instead of a float value

UE - Gameplay - Apr 10, 2018

In the FVisualLoggerBinaryFileDevice constructor, the FrameCacheLenght property is set using a bool value. Since FrameCacheLenght is a float value, and the value stored in the .ini file is a float v ...

Collision Viewmodes do not affect Instanced Meshes properly

UE - Graphics Features - Apr 9, 2018

Collision View modes, such as Player Collision and Visibility Collision, do not work with Instanced Static Meshes. Regression?: No This also occurred in 4.18 ...

Half precision is not supported for OpenGL ES 3.1 Pixel Shaders

UE - Platform - Mobile - Apr 6, 2018

Fix the cross compiler so half precision is supportedAdd a project setting to specify the default precision to support on ES31. Be sure the shader version takes this setting into account. — User des ...