Piloting Actors and Cameras does not have expected results when focusing and orbiting

Tools - Feb 7, 2019

Piloting a camera or actor in the scene does not have expected camera controls when focusing and orbiting something while holding Alt. ...

OnAudioPlaybackPercent doesn't work after restarting the project

UE - Audio - Feb 7, 2019

Using the OnAudioPlayback event in Blueprints does not work when playing the audio component its connected to while PIE, after restarting the project. Tested in 4.20.3 (CL - 4369336), 4.21.2 (CL ...

Data Asset Deserialization crash after upgrading 4.19.2 to 421.1

UE - Foundation - Core - Feb 7, 2019

The User has provided an extensive log of their code base setup, and the process leading up to when the Assert occurs. "Our game mode & player state FSM are setup in a data driven manor using UDa ...

Data Table Reimport - No popup to specify source file

UE - Editor - Content Pipeline - Import and Export - Feb 6, 2019

Selecting Reimport on a DataTable created in editor no longer triggers selection popup. "The change in behavior seems to be related to changes to UReimportDataTableFactory::CanReimport() which now ...

Copied and Pasted tracks do not persist between editor session in UMG Sequencer

UE - Anim - Sequencer - Feb 6, 2019

Copied and Pasted tracks do not persist between editor session in UMG Sequencer Outside of //UE4/Dev-Sequencer this will result in a crash: [Link Removed] ...

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

Material Opacity Mask Not Working As Expected in PIE but Does in Standalone

UE - Graphics Features - Feb 5, 2019

Material Mask Opacity is not working in PIE, but works as expected in Standalone.  Found in 4.20 CL# 4369336, 4.21 CL# 4753647, 4.22 CL# 4862710, and 4.23 CL# 4898645 ...

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

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

Crash after removing decal (using set fade out node) during design time and then hitting play

UE - Gameplay - Blueprint - Feb 5, 2019

When calling set fade out on a decal during design time via a custom event that is setup to be called in editor a crash will occur when clicking PIE ...