Extra column that cannot be edited is shown in Property Matrix when editing a Data Asset

Tools - Dec 19, 2018

When using the Property Matrix to edit a Data Asset, there is an extra column shown named "Native Class" that cannot be edited. This is most likely due to the code only checking to see if a property ...

Fix log spam when using a vive wireless adpater

UE - Platform - XR - Dec 19, 2018

We need to handle TrackedDeviceClass_DisplayRedirect as a valid device in SteamVRController.cpp ...

Playing video in the Editor's Media Player on a Mac results in a degradation in quality with some noticeable banding present

UE - Platform - Apple - Dec 19, 2018

Playing a video on a Mac using the Editor's Media Player results in the video appearing to have had its data compressed, and with an apparent decrease in quality. In particular, there is noticeable ...

Crash when duplicating an UMG Animation and not renaming the Duplicate

UE - Anim - Sequencer - Dec 19, 2018

Crash when duplicating an UMG Animation and not renaming the Duplicate Hitting Enter correctly warns the user you have an existing Animation by that name, and doesn't crash Reproduced in //UE4/Rel ...

Editor memory leak when Actor's string variable contains characters close to/exceeding a million bytes

Tools - Dec 19, 2018

Editor memory leak occurs when Actor's String Variable contains Characters(Char) close to/exceeding a million bytes ...

WMR: Crash in VR Edit Mode

UE - Platform - XR - Dec 19, 2018

Editor crashes when entering VR Edit Mode with WMR HMD ...

Build Plugin process fails with null reference exception when building a plugin that has "Can Be Used With Unreal Header Tool" set to true

UE - Foundation - Cpp Tools - Dec 18, 2018

Trying to use UAT to build a plugin that has CanBeUsedWithUnrealHeaderTool set to true will fail due to a null reference exception (log from Main CL 4666322 attached). This happens because the plugi ...

The previous value of a struct passed to a RepNotify may be incorrect

UE - Networking - Dec 17, 2018

Replicated structs with multiple properties can have the wrong previous value passed into their rep notify functions if all of the properties do not change in any given frame of replication to the c ...

Possessable with attach track has incorrect transform when converted to spawnable

UE - Anim - Sequencer - Dec 17, 2018

When converting to spawnable the transform of an actor is not correctly updated if it has an attach track. ...

Events do not trigger after the sequence is moved to a different location

UE - Anim - Sequencer - Dec 14, 2018

Events are failing to trigger after the sequence that they are in is moved to another folder or migrated to another project because no director instance is available. I did not see this issue when ...