Float RGBA Framebuffer rendering settings changes UI

UE - Editor - UI Systems - Slate - Nov 11, 2019

When changing the rendering Frame Buffer Pixel setting from "10 bit RGB 2 bit alpha" to "Float RGBA".  The Editor's UI will change.  (Please see the attached screenshots for comparison) ...

Client Build Errors with VS 2019

UE - Simulation - Physics - Nov 11, 2019

When building UE 4.23 from source using VS 2019, there are compile errors when building the Targets DebugGame Client and Development Client. Note that Debug Client builds successfully. The errors ar ...

Restore state doesn't work in Blueprint actors when sequence is set to Allow Sequencer Edits Only

UE - Anim - Sequencer - Nov 8, 2019

Blueprint actors do not having their states properly restored when only sequencer edits are allowed. The licensee has noticed that the USceneComponent* is different after edit in FComponentTransform ...

Actor being moved via sequencer has inherited velocity that ignores play rate scale

UE - Anim - Sequencer - Nov 8, 2019

When an actor that can be stood on and jumped off of is moved in a sequencer it's inherited velocity doesn't scale with the Sequence play rate. If you jump in the opposite direction the cube is goin ...

Editing values in ReverbMasterSubmixEffect causes crash

UE - Audio - Nov 7, 2019

Adding and removing Submixes at runtime, then editing the preset causes the editor to crash. Tested in 4.22.3 (CL - 7053647), 4.23.1 (CL - 9631420), 4.24 (CL - 1050688), 4.25 (CL - 10069288) ...

Play rate value under 1.0 seems ignored when with Render movie to video feature

UE - Anim - Sequencer - Nov 7, 2019

Is this a regression? Yes, this is not reproduced in 4.22 version When rendered movie have Play rate track, it should show same result for PIE and rendered movie. But play rate below 1.0 seems not ...

Non-ASCII fonts don't display in UMG

Tools - Nov 6, 2019

When using a non-ASCII language in the editor text in UMG will not display correctly. Found in 4.23.1 CL#9631420 Reproduced in 4.24 CL#10053396, 4.25 Main CL#10050790 ...

PhysX Clang Builds Broken

UE - Simulation - Physics - Nov 5, 2019

Clang physx builds in 4.23 seem to be broken due to a change of GuPersistentContactManifold.h including #pragma warning and no longer ending in a new line. ...

Procedural Mesh Component 'Create StaticMesh' does not preserve collision

UE - LD & Modeling - Modeling Tools - Mesh Editing - Nov 5, 2019

Creating a static mesh from a procedural mesh does not preserve simple collision or collision settings. ...

Calling GEngine->Browse from an RPC implementation causes a crash

UE - Networking - Nov 5, 2019

The engine is not resilient to calling Browse from within an RPC implementation, and likely not resilient to other ways of destroying the net driver within RPCs/OnReps. It's not something we need to ...