Linker Object (Unresolved Export) Crash on Standalone Exit

UE - Gameplay - Blueprint - Aug 15, 2018

Crash when exiting standalone. "we have an export that is never getting resolved, this is the export that is causing the mislink error when shutting down the game" Please see UDN post for more info ...

Adding components in an Actor then undoing them leaves sub-components

UE - Gameplay - Aug 14, 2018

Adding components in an Actor then undoing them after an action in the Viewport, leaves sub-components behind. This is a regression from 4.19.2 (CL-4033788). This issue was reported and tested in 4 ...

Incorrect native code generation when Blueprint nativization is enabled for objects instanced through the editor and assigned to an instanced object reference property on the CDO

UE - Gameplay - Blueprint - Aug 14, 2018

When converting a Blueprint class to native C++ code, we're not currently distinguishing between an instanced default subobject assigned to an instanced object reference property within the CDO that ...

The Asset Audit search options do not work as intended

UE - Gameplay - Aug 14, 2018

Seems that only the Add Asset Class search option works properly. Tested in 4.19.2 (CL - 4033788), 4.20.1 (CL - 4233996), and 4.21 (CL - 4280116) ...

Crash upon selecting CameraComponent in Sequencer when level is locked

UE - Anim - Sequencer - Aug 14, 2018

Selecting a Camera Component in the Sequencer window when the level is locked causes the Engine to crash.  This was reported and tested in 4.20.1 (CL-4233996). This was reproduced in 4.19.2 (CL-403 ...

Crash when attempting to save Soft Object Reference

UE - Gameplay - Blueprint - Aug 13, 2018

Engine will crash when attempting to save soft object reference. "FArchive does not support FSoftObjectPtr serialization. Use FArchiveUObject instead." Also reproduced in Main CL #4247864 ...

Assertion failed in FAudioDevice::UnregisterSoundClass when GC

UE - Audio - Aug 13, 2018

The licensee reported that check(IsInAudioThread()) was failed in FAudioDevice::UnregisterSoundClass when GC. The following is the call stack: 1 #00 pc 030d7b58 libUE4.so HandleError (/home/pirates ...

Auto Wrap Text boolean check appear twice in the Text Block widget element

UE - Editor - UI Systems - Aug 10, 2018

The Auto Wrap Text property in the Text Block widget element appears twice in the Details Panel. Tested in 4.19.2 (CL- 4033788), 4.20.1 (CL - 4239966),  4.21 (CL - 4275031) ...

Local notifications do not appear on Android SDK 26

UE - Platform - Mobile - Aug 9, 2018

Local notifications do not work properly on Android with SDK version 26. This is important as Google is now requiring Android SDK 26 or later for new apps. Regression?: No This occurred in 4.19.2 ...