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 ...

Overlap End/Beings when setting actor location

UE - Gameplay - Components - Jun 22, 2018

In the provided example. The player's position is set on tick. This causes the overlap for the collision sphere being used to determine if the hands of the player are overlapping a surface to repeat ...

Skeletal Mesh Attached Via Socket Rotates Collision in Unexpected Manner

UE - Simulation - Physics - Jun 22, 2018

Collision snaps to socket at an unexpected angle. See attached screenshot for breakdown on what is expected and unexpected. Description provided by user: the collider of the root bone is turned - ...

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 ( ...

Packaging fails for an exclusively-nativized BP-only project that includes a non-nativized child Blueprint class that's referenced by an (unrelated) nativized Blueprint class.

UE - Gameplay - Blueprint - Jun 21, 2018

For unknown reason, the header of BP_Parent is included twice. The second header is located after the .generated.h, causing the compile error. The following is the include section of BP_Child__pf1 ...

Unable to create a 'World Soft Object Reference' Variable from the Variables Panel

UE - Gameplay - Jun 21, 2018

Soft references to World objects (TSoftObjectPtr<UWorld>) cannot be directly created in blueprints. These types work fine in blueprints but cannot be directly created. The reason soft references are ...

The target for the "Should be Loaded" variable appears to have change to "Level Streaming Kismet"

UE - Gameplay - Blueprint - Jun 21, 2018

The target for the "Should be Loaded" variable appears to have change to "Level Streaming Kismet". This means that it no longer works with the "Get streaming level" node and can cause errors when us ...

Nav Area class is reset after updating from 4.19.2 to 4.20 Preview 3

UE - AI - Jun 21, 2018

When upgrading a 4.19.2 project to 4.20 Preview 3 the Nav Area Class is changed to None instead of the value it was before the upgrade. Upgrading from 4.18.3 to 4.19.2 works as expected. This was t ...

Invalidation box appears inconsistent when using child widgets

UE - Editor - UI Systems - Jun 21, 2018

Invalidation box appears to be inconstant when using a child widget that has been added via the user created section. A child widget that modifies itself will not update when placed inside of an inv ...