Static mesh created using a procedural mesh component does not appear to save

UE - LD & Modeling - Modeling Tools - Mesh Editing - Jun 27, 2018

Creating a static mesh via the create static mesh button in a procedural mesh component creates a mesh that does not appear to save. If the editor is restarted the mesh asset is lost. ...

DataTable Vertical offset when using Windows scaling above 100%

Tools - Jun 22, 2018

If the windows scaling is set above 100% the rows in a data table will become misaligned as more members are added to the data table. Regression: Yes Did not occur in 4.17 - 3658906 Does occur in ...

Renaming parent invalidates childs hierarchy

UE - Gameplay - Components - Jun 22, 2018

When renaming the Parent of a Child Blueprint it invalidates the hierarchy of the Child Blueprint and nests its components under the DefaultSceneRoot. This bug was reported in 4.19.2 (CL-4033788) a ...

Audio Components ignoring Start Time set by Play node

UE - Audio - Jun 22, 2018

The Audio Component play with no delay despite there being a wait time being passed in the Play node. This was found in 4.19.2 (CL - 4033788) and tested in 4.18.3 (CL - 3832480), 4.20 Preview 3 ( ...

Incorrect WorldType causes crash in ULandscapeSplinesComponent::CheckForErrors

UE - LD & Modeling - Terrain - Landscape - Jun 21, 2018

When adding a sub-level that contains a Landscape and Landscape Splines to an existing Level, it will cause a crash when building the lighting.  This issue was reported in 4.18.3 (CL 3832480) and t ...

Blueprint diff tool does not highlight differences when a change is made to a property in a component

UE - Gameplay - Blueprint - Jun 20, 2018

When making changes to a property in a component of a Blueprint, those changes are not highlighted when looking at the changes in the Components section of the Blueprint Diff tool. ...

Calling DiscardPlayerInput() does not appear to actually discard the player's input

UE - Gameplay - Jun 19, 2018

Calling DiscardPlayerInput() does not appear to actually discard the player input. The comment for the function indicates that input will be consumed and discarded without doing anything with it. Ho ...

Morph Target Previewer does not refresh during Reimport

Tools - Jun 19, 2018

Reimporting an asset with Morph Targets does not refresh the Morph Target Previewer. Any newly-imported Morph Targets appear to not have been imported. Closing and reopening the Skeletal Mesh Editor ...

Project deadlocks when using FClassFinder to find an AnimInstance UObject

UE - Foundation - Core - Jun 19, 2018

The project hangs on load when using ConstructorHelpers::FClassFinder to find an AnimInstance UObject. ...

ActorComponent and 'SubComponent' Blueprint Default values are being overridden by Class Default values

UE - Gameplay - Jun 18, 2018

Blueprint Actor values inherit the Class Default Object values instead of its Blueprint Default Object values. ...