Android mic stops capturing audio after 2nd load of app

UE - Audio - Aug 1, 2018

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

Scrollbox widget moves much slower when using a gamepad

UE - Editor - UI Systems - Aug 1, 2018

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

Calling SetPhysMaterialOverride in a component's C++ constructor results in a crash when opening a project in the Editor

UE - Simulation - Physics - Aug 1, 2018

Attempting to call SetPhysMaterialOverride() in a component's C++ constructor causes the project to crash when opening it in the Editor. ...

When changing a variable of a component in an attached Actor, the variable becomes read-only

UE - Gameplay - Aug 1, 2018

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

Crash when calling SetActorLabel in Construction Script

UE - Gameplay - Blueprint Compiler - Jul 31, 2018

Calling SetActorLabel in construction script will cause a crash. Also occurring in Main @ CL 4235929 ...

Unable to apply Materials to the chunks of a Destructible Mesh

UE - Simulation - Physics - Jul 31, 2018

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

Steam VR hitch with 3d UMG Widgets

UE - Platform - XR - Jul 30, 2018

After ~30 minutes, a scene with 3D UMG widgets will hiccup, briefly showing the steamVR background Attached Example project from User VRDropedFrame (4.19) + Example project I created AJ_VRWidgetPe ...

Adding Instances to a Hierarchical Instanced Static Mesh causes crash

UE - World Creation - Worldbuilding Tools - Foliage - Jul 29, 2018

Adding Instances to the Hierarchical Instanced Static Mesh Component on BeginPlay causes the Editor to crash. Tested in 4.19.2 (CL - 4033788), 4.20.1 (CL - 4229980), 4.21(CL - 4235929) ...

'Get Distance Along Spline At Spline Point' Causes Crash

Tools - Jul 28, 2018

User reports that the reason for the crash is that because UpdateSpline is false on the AddSplinePointAtIndex blueprint node, this line is never called [ReparamTable.Points.Reset(NumSegments * Repar ...

Can't call Load Stream Level in a Blueprint function

UE - Gameplay - Jul 27, 2018

"Load Stream Level" can be called in the Event Graph of any Blueprint but it can't be called in a Blueprint Function or Function Library. This was reported in and tested in 4.19 (CL-4033788) and re ...