WebBrowser SetVisibility not working on Android & iOS

UE - Platform - Mobile - May 29, 2018

SetVisibility not working with Web Browser Widget on mobile devices ...

Landscapes with Tessellation Material do not cast dynamic Shadows

UE - Graphics Features - May 29, 2018

Landscapes that have materials with tessellation applied to it will not cast shadows onto movable static meshes Found in 4.19 CL# 4033788 and 4.20 CL# 4096272 Seems to be working as intended in 4. ...

Crash when a nested widget is set to "Force Slow Construction Path"

UE - Editor - UI Systems - May 25, 2018

Does not occur if the root widget also disables the fast path. As a result, the current workaround is to ensure that the fast construction path is also disabled on the parent widget by making sure ...

GetScaledCapsuleHalfHeight does not work properly if X or Y is lower than Z scale

UE - Simulation - Physics - May 25, 2018

GetScaledCapsuleHalfHeight multiplies the CapsuleHalfHeight by the lower scale value, even if it is X or Y. Seeing as Half Height should only be related to the Z scale, this does not work out proper ...

Crash on Adding Elements to Array On Instance of Actor in the Level

Tools - May 25, 2018

When attempting to add an array element to an array that exists on a component contained within an actor that is instanced in the level, the editor will crash. This does not occur if an array elemen ...

Planar reflections move up and down while reflective surface rotates

UE - Graphics Features - May 24, 2018

Whenever you have an actor on top of a reflective surface while its moving the reflection will display inaccurately as if the object is moving away or toward the reflective surface. Found in 4.19 C ...

SSR on Translucency is not affected by Post Process Volume

UE - Graphics Features - May 24, 2018

Screen space reflections on translucent materials are not affected by post process settings. Any changes made to SSR settings in the volume will do nothing to a material that is set to the transluce ...

Nativized Blueprint class may fail to compile for some native noexport struct types exposed through a user-defined struct.

UE - Gameplay - Blueprint - May 24, 2018

This occurs because the MakeStruct node will create a literal term for each input if nothing is connected. However, there is no explicit handling of some native 'noexport' struct types (e.g. FVector ...

Renaming a BP interface function/event breaks all existing uses of that function/event

UE - Gameplay - May 24, 2018

If you rename a blueprint interface function or event that is used somewhere in a blueprint, it will break the usage of that function/event. If it was a function, it will actually delete all the BP ...

SteamVRAssetManager color format mismatch

UE - Platform - XR - May 23, 2018

User requests that TSF_BGRA8 in SteamVRAssetManager.cpp be changed to TSF_RGBA8 to match OpenVR API https://github.com/ValveSoftware/openvr/wiki/IVRRenderModels::LoadRenderModel SteamVRAssetManage ...