Actors in hidden layers visible on map load

Tools - Jan 30, 2019

Actors added to a layer which is marked hidden/invisible will unhide when loading a map. Confirmed in Main @ CL 4845042 ...

Crash occurs in PIE when an Actor calls a method in a UObject that attempts to modify an FString member of the UObject

UE - Foundation - Core - Jan 31, 2019

The Editor will crash in PIE when an Actor calls a method in a UObject that modifies some FString members in the UObject. In the Attached project, the UObject class contains two FString members and ...

Delete Assets dialog returns non-valid assets for the list of assets that can replace the references

Tools - Jan 31, 2019

The Delete Assets window's list of assets that are available to replace the references to an asset that is being deleted returns additional assets that are not valid replacements. The provided pro ...

Widget blueprint details panel appears to jitter when dragging widgets in the designer tab

UE - Editor - UI Systems - Feb 1, 2019

When clicking and dragging a widget in the designer tab of a widget blueprint some options in the details panel will begin to move/shake/jitter/readjust. ...

Geometry cache does not update time correctly when rendered in separate process

UE - Anim - Sequencer - Jan 30, 2019

It looks like UGeometryCacheComponent::TickAtThisTime is not getting called during FGeometryCacheExecutionToken::Exectute, so the time is note correctly synced between the sequence and the geometry ...

Audio tracks in sequencer are not silent when extended past their playback end

UE - Anim - Sequencer - Jan 31, 2019

Audio tracks can still make noise if their tracks are extended past the end of their playback. ...

Scrollbox no longer works after being Collapsed (and made visible again) when using remote session

UE - Editor - UI Systems - Feb 5, 2019

Scroll box no longer scrolls after the visibility has been set to collapsed and back to visible. This only appears to occur when using Remote session. Additional info on setting up remote session: ...

Project Version setting not reflected in a project's packaged executable's property details

UE - Foundation - Cpp Tools - Feb 5, 2019

When a Project Version value has been specified in the Project Settings, this value is not set into either the File Version value or the Product Version value in a packaged game. The File Version va ...

iOS: Local notifications can be overridden if using the same title

UE - Platform - Mobile - Feb 1, 2019

A customer found out that the NotificationNumber static variable is never incremented. This results in a constant NotificationIdentifier string when using the same Title. Seems like it should be ...

Calling Console Commands in Python doesn't execute

UE - Editor - Workflow Systems - Feb 5, 2019

The console commands do not execute from Python if optional PlayerController parameter is not filled. Tested in 4.20.3 (CL- 4369336), 4.21.2 (CL - 4753647), 4.22 (CL - 4902349) ...