Crash on Linux and Windows with Vulkan when adding Atmospheric Fog to a Level

UE - Graphics Features - Dec 5, 2018

Adding an instance of Atmospheric Fog to a Level causes the Editor to crash on both Linux and Windows when using Vulkan. There is a different callstack when SteamVR is enabled on Linux which is also ...

Copy-pasted user created umg not updating if the template was modified

UE - Editor - UI Systems - Dec 5, 2018

When copying/pasting a user created Widget into another widget any changes made to the copy will change the main Widget without making any changes to the copy. ...

Changing Levels Does't Clear Global DistanceField

UE - Graphics Features - Dec 5, 2018

In a packaged game or standalone, if you change map with DFAO enabled the previous DFAO will still be visible. This does not occur in PIE. Found in 4.19 CL# 4033788, 4.20 CL# 4369336, 4.21 CL# 4613 ...

Static Mesh's Simple Collision does not mirror collision orientation when mirrored

UE - Simulation - Physics - Dec 5, 2018

Created Static Mesh Actor's Simplified Collision boxes do not mirror Collision Orientation when mirrored in the World/Editor. ...

ContributeToMass not working when simulating physics

UE - Simulation - Physics - Dec 5, 2018

Un-checking the ContributeToMass setting on any part of a physics asset results in an ensure when simulating physics.  ...

Behavior Tree has missing Service Nodes on project load

UE - AI - Dec 4, 2018

In the project is Behavior Tree that implements some tasks, decorators and services, but for some reason, two of my tasks nodes gets initialized with all the pointers to their services set to null, ...

UBX Collision Rotation Is Set Incorrectly on FBX Import

UE - Editor - Content Pipeline - Import and Export - Dec 4, 2018

Imported FBXs that use UBX will import their collision rotation incorrectly. You can see this when scaling the collision non-uniformly.  Found in 4.20 CL# 4369336, 4.21 CL# 4541578, and 4.22 CL# 46 ...

Actor Component properties can become "linked" across multiple Blueprints after a hot reload

UE - Gameplay - Components - Dec 3, 2018

If code in an Actor Component class is changed (eg. a new UPROPERTY is added) and a hot reload is performed to implement the changes, the properties in the component can become linked across any Blu ...

nDisplay - DeprojectScreenToWorld alignment is off

UE - Virtual Production - nDisplay - Dec 3, 2018

Using nDisplay DeprojectScreenToWorld does not have proper alignment when clicking on the screen.  [Link Removed] ...

Using Volume Materials in a Material Billboard Causes Crash When Used with Volumetric Fog

UE - Graphics Features - Dec 3, 2018

Using volume material used in a material billboard Causes Crash When used with volumetric fog. Found in 4.19 CL# 4033788, 4.20 CL# 4369336, 4.21 CL# 4541578, 4.22 CL# 4618663 ...