GameplayTag Query on Component Instance resets when reloading level

UE - Gameplay - Components - Jun 14, 2018

GameplayTagQuery variables - when inside of a component, are not saved. User notes: "Note that this does not occur if the ActorComponent is added in code in a native actor and that the actor at S ...

Delay nodes occasionally don't fire the "Completed" output in a nativized build.

UE - Gameplay - Blueprint - Jun 13, 2018

This happens when the 32-bit LatentUUID signed integer that we generate for the delay node starts with "-1" when converted to an FString (e.g. "-1824950080"). During compilation, we pack latent fun ...

The order of Actors assigned to a Physics Constraint affects the simulation

UE - Simulation - Physics - Jun 8, 2018

The order in which actors are listed on a physics constraint affects the physics simulation. This should not make any difference in how the physics are simulated. Regression?: No This occurred in ...

Volumetric Fog causing light to get darker after each lighting build

UE - Graphics Features - Jun 8, 2018

With dense volumetric fog enabled it will cause the lighting to get darker each build you do. ...

Warnings Log spam when pasting a widget into any panel widget

UE - Editor - UI Systems - Jun 8, 2018

An increasing amount of warning show up in the output log as a widget is pasted into a name space that is part of a widget that has been added to another widget via the user created section. Examp ...

Welded grandchildren do not overlap properly when their grandparent is simulating physics

UE - Simulation - Physics - Jun 7, 2018

Grandchildren (C in an attachment hierarchy of A < B < C) that are auto welded have issues related to overlap events when moving via physics. They tend to overlap later than they should. This does n ...

Changing LODBias on landscape sections causes grass type placement issues

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

Changing LODBias on landscape sections causes a grass type placement issues. The grass will be floating and rotated incorrectly. Found in 4.18 CL# 3832480,  4.19 CL# 4033788, 4.20 Preview 1 CL# 4 ...

Levels Panel "Move To" function does not move level to desired location

Tools - Jun 6, 2018

Levels Panel "Move To" function will not move level to the desired location. The menu will stay open and do nothing when you try to move it.  Found in 4.18 CL# 3832480,  4.19 CL# 4033788, 4.20 Prev ...

"ERROR: Client target not found!" When packaging client after enabling or disabling a plugin

Tools - Jun 5, 2018

"ERROR: Client target not found!" When packaging client after enabling or disabling a plugin. This will happen on both developer or shipping client as the build configuration.UATHelper: Packaging (W ...

InputAction Released fires twice

UE - Gameplay - Input - Jun 4, 2018

Using an Input Action with two different keys will fire twice on the key release if one is held down while the other is pressed. ...