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 ...
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 ...
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 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 ...
A linker error is encountered if an Editor plugin spawns an ACullDistanceVolume instance. This is caused by neither having ENGINE_API or MinimalAPI specified in its UCLASS macro. Regression?: No Th ...
InputTouch is not listed with other events/inputs when added to a BP Graph. ...
Physics replication is not working properly. The replicated physics are different than what is on the server. The user who reported this issue pointed out this line as well which seems to not do any ...
Using a Sub Anim Instance causes a sub instance loop error when referencing another Animation Blueprint. This is a regression from 4.19.2 (CL-4033788) as it complied without error. This issue was r ...
Launching the Editor/Datasmith from Blutility via a Commandlet that is importing a .stp file causes the Editor to not launch with an assert. ...
SetShowOnlyActors of category Scene Capture Component is no longer exposed to Blueprints. Also missing in Main CL# 4247867 ...