Flickering Meshes after removing HISM instances

UE - Graphics Features - Aug 2, 2018

Removing HISMs in a packaged project causes meshes to remain and flicker in a packaged project. (Inclusive Nativization is enabled in test project, but issue occurs with nativization disabled as we ...

Crash importing SOLIDWORKS model

UE - Editor - Content Pipeline - Datasmith - Importer - Aug 1, 2018

Calling SetPhysMaterialOverride in a component's C++ constructor results in a crash when opening a project in the Editor

UE - Simulation - Physics - Aug 1, 2018

Attempting to call SetPhysMaterialOverride() in a component's C++ constructor causes the project to crash when opening it in the Editor. ...

When a Sublevel has "Initially Loaded" set to true and "Initially Visible" set to false, the Editor will crash after exiting PIE

UE - Gameplay - Jul 31, 2018

If you have a sub level with "Initially Loaded" set to true and "Initially Visible" set to false it will crash after exiting PIE. This issue was reported and tested in 4.20.1 (CL-4233996). It has ...

Mobile Occlusion (ES3.1) is buggy with multiview enabled on Mobile VR platforms

UE - Platform - Mobile - Jul 31, 2018

Launching on VR Mobile platform with Mobile Multiview and OpenGL ES3.1 enabled breaks occlusion. Also occuring in Main @ CL4235929 Users example project attached, also confirmed in VR Template. ...

Replicated Movement doesn't replicate itself to all clients on Dedicated Server

UE - Simulation - Physics - Jul 31, 2018

This is a regression from 4.19.2 (CL-4033788). The pawns aren't replicating their own movement on their clients, but they are replicating on the clients of other pawns. This was reported and teste ...

Instance's parameter value for Child BP is not reflected in cooking if parent is nativized

UE - Gameplay - Blueprint - Jul 31, 2018

If an instance of a child BP has a non-default value for its parameters, that value will be ignored in the cooking process if the parent BP is nativized but the child is not and the default value fr ...

Copy/paste or Duplicate a spawnable doesn't work

UE - Anim - Sequencer - Jul 30, 2018

Set Material in Blueprint Causing Crash

UE - Graphics Features - Jul 30, 2018

Using "Set Material" for a static mesh in blueprint causes a crash. Working properly in 4.19 CL# 4033788 Found in 4.20 CL# 4233996 and 4.21 CL# 4234136 This is a regression. ...