The Android app stops capturing audio on the second loading. Tested in 4.19.2 (CL - 4033788), 4.20.1 (CL - 4239966), 4.21 (CL - 4243265) ...
Using the gamepad to scroll a scrollbox causes the scrolling to move slower. Tested in 4.18.3(CL - 3832480), 4.19.2 (CL - 4033788), 4.20.1 (CL - 4233996), 4.21 (CL - 4245542) ...
Attempting to call SetPhysMaterialOverride() in a component's C++ constructor causes the project to crash when opening it in the Editor. ...
Changing a variable of a component with an instance of BP derived from StaticMeshActor or SkeletalMeshActor attached to another actor will cause that variable to be read-only. It did not reproduce w ...
Calling SetActorLabel in construction script will cause a crash. Also occurring in Main @ CL 4235929 ...
When applying a second material to a Destructible Mesh it does not texture the chunks of the fractured mesh. The chunks remain the same as base color of the Destructible Mesh. This is issue was re ...
When adding a struct to a keyframe, Object Reference variables are not saved and Soft Reference variables are saved sometimes. Opening a keyframe's properties when the selected struct has an object ...
Blueprint events seem to ignore Net Dormancy entirely. This was discussed with the Blueprints team and it seems that this may not be an issue directly with Net Dormancy but the fact that Rep Notifie ...
If you have a sub level with "Initially Loaded" set to true and "Initially Visible" set to false it will crash after exiting PIE. This issue was reported and tested in 4.20.1 (CL-4233996). It has ...
Packaging for Android fails if bEnableExceptions is set to true. The errors are in the log file attached below. Regression?: Yes This did not occur in 4.19.2 ...