Spawned particles on the surface of a static mesh in Niagara get offset if the actor is anywhere but the world origin

UE - Niagara - Jun 11, 2018

Particles that are spawned using the surface of a static mesh will be offset from the systems placement in the world unless it is at world origin.  Working as expected in 4.19 CL# 4033788 Found in ...

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

Packaging fails with too many instanced static meshes

UE - Graphics Features - Jun 8, 2018

Project will fail to package with more than one actor containing ISM Components. From user: "...After some testing I found that it only occurs if there are multiple actors in a map (either of the ...

Cannot access properties of the FAppleARKitFrame struct from within a Blueprint

UE - Platform - XR - Jun 8, 2018

It is not possible to access properties of the {FAppleARKitFrame}} struct within a Blueprint. The struct itself is exposed as a BlueprintType, but none of its properties are also exposed. ...

Crash Occurs When Importing a .ABC File as Skeletal Mesh Into Project That Already Contains Asset's Materials

OLD - Anim - Jun 8, 2018

Editor crashes when importing an .abc file as a skeletal mesh and the assets materials already exist inside the project. -Materials need exist inside project before import -If the .abc file is imp ...

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

Camera Actor variable (array) no longer editable in Blueprints

UE - Gameplay - Jun 7, 2018

This is a regression from 4.19. In 4.19 you were able to change the actor assigned to the array element in a Camera Actor variable. In 4.20 and 4.21 the field is grayed out and displays None with a ...

Unlit view is affected by Exposure Compensation when enabled by post process volume

UE - Graphics Features - Jun 7, 2018

Unlit view is affected by Exposure Compensation when enabled by post process volume. This will also carry across the other debug views.  Working as expected in 4.18 CL# 3832480 Found in  4.19 CL# ...

Duplicating Level With Large _BuiltData File Results in Editor Crash

UE - Foundation - Core - Jun 7, 2018

Trying to duplicate a level in the editor that has a large _BuiltData file results in a crash. In the case of the supplied test level, it is over 3 GB. Crash repros in 4.19.2 and Main (CL 4115885). ...