BuildCookRun fails to package if the -build parameter is used and debug symbols have not been installed in the binary Engine

UE - Foundation - Cpp Tools - Jul 27, 2018

Attempting to package a code project using BuildCookRun does not complete the package process successfully if the -build parameter is included. With the -build parameter included, the process fails ...

Can't call Load Stream Level in a Blueprint function

UE - Gameplay - Jul 27, 2018

"Load Stream Level" can be called in the Event Graph of any Blueprint but it can't be called in a Blueprint Function or Function Library. This was reported in and tested in 4.19 (CL-4033788) and re ...

Level Bounds Incorrectly Calculated If Particle System Does Not Have "Use Fixed Relative Bounding Box" Enabled

UE - Niagara - Jul 26, 2018

If "Use Relative Fixed Bounding Box" is disabled, level bounds will be incorrectly calculated. This seems to be similar to [Link Removed]. Found in 4.19 CL# 4033788, 4.20 CL# 4212847, 4.21 CL# 4233 ...

The 'Add New Key' button does not function within the Actor Sequence Editor within an object that has the Actor Sequence Component.

UE - Anim - Sequencer - Jul 26, 2018

The Actor Sequencer Timeline appears to not be able to correctly recognize the variables manipulated within the viewport. Thus, when attempting to add a keyframe after moving a component, within the ...

An event with Soft Class Reference as an input that is not set causes package to fail with Nativization

UE - Gameplay - Blueprint - Jul 25, 2018

Having a custom event with an empty Soft Class Reference as an input causes packaging to fail if nativization is enabled as the event nativizes with a const TSoftClassPtr<>& and the compiler cannot ...

Clickable widgets fail to function as UWidgetComponents in standalone

UE - Editor - UI Systems - Jul 25, 2018

When in standalone, any widget that takes a click event doesn't respond properly to user input. Tested in 4.19(CL - 403788), 4.20(CL - 4228271), and 4.21(CL - 4229747) ...

Renaming or Moving a Map with a Landscape in it results in an error and fails to save map

UE - LD & Modeling - Terrain - Landscape - Jul 25, 2018

When renaming or moving a map with a landscape in it this will fail and an error prompt will appear. ...

r.SupportPointLightWholeSceneShadows Set to False Causes Crash When Trying to Place a PointLight

UE - Graphics Features - Jul 25, 2018

If you disable Support PointLightWholeSceneShadows and try to place a point light in a level the editor will crash.  Current work around is put shadows to low from engine scalability settings. Wor ...

Toggling off the Gameplay Filter Tag causes all Content assets to be shown

Tools - Jul 24, 2018

Toggling off the Gameplay Filter Tag causes all Content assets to be shown in the Content Browser. This reported and tested in 4.19.2 (CL-4033788) and tested in 4.20 (CL-4212847) and Main 4.21 (CL- ...

Player/Visibility Collision Doesn't Work with InstancedStaticMesh

UE - Simulation - Physics - Jul 24, 2018

Player/Visibility Collision doesn't work with InstancedStaticMesh or HierarchiInstancedStaticMesh components.  Found in 4.19 CL# 4033788, 4.20 CL# 4212847, 4.21 CL# 4221482 ...