Audio Capture Timecode Provider asserts if no source device can be found.

FLinearTimecodeAudioCaptureCustomTimeStepImplementation::Init() asserts if no source device can be found. It should gracefully fail instead. ...

Translucent Elements of an Invisible StaticMesh are Visible If Hidden Shadow is Enabled

UE - Graphics Features - Apr 5, 2019

Translucent parts of a static mesh is still visible after setting to invisible and Hidden Shadow. Working as expected in 4.20 CL# 4369336, and 4753647 Found in 4.22 CL# 4660361 and 4.23 CL# 576279 ...

Changing particle system template via Blueprints crashes Editor and packaged game

UE - Niagara - Apr 4, 2019

Setting a ParticleSystem component in a Blueprint to none/null with a "Set Template" node causes the editor and the packaged project to crash. I have noticed this when migrating my game to 4.22, whi ...

Crash when duplicating multiple components at once

UE - Gameplay - Blueprint - Apr 4, 2019

When duplicating multiple components at once it appears to crash the editor. Regression: Yes, this appears to be working in the previous version of the engine (4.21.2-4753647) ...

Unable to save Blueprint Function Library if it references a string table entry

UE - Editor - UI Systems - Localization - Apr 4, 2019

Regression. Function library saving crashes if it references to a string table entry. ...

Alignment problem in UMG SafeZone

I have tried to remove the parent / child relationship and display the image in the parent widget but the bug will occur anyways. ...

Paper2D Tilemap doesn't render tiles correctly when more than one layer is added.

UE - Graphics Features - Apr 3, 2019

Regression as of 4.22. When creating more than one layer in a Paper2DTilemapAsset, the tiles will not render correctly in the second layer. Please see the attached gif for an example. ...

Quit and Exit commands do not close project on Android

UE - Platform - Mobile - Apr 3, 2019

LogWindows: FAndroidMisc::RequestExit(0) does not get sent with 4.22 and 4.23. Does not occur in 4.21. ...

Rename of variables are cancelled if user clicks the variable type menu

UE - Editor - UI Systems - Slate - Apr 3, 2019

Rename of variables are cancelled if user clicks the variable type menu. This occurs if the user has not press enter yet to accept their input and then clicks the variable type menu. I also notice ...