Sequencer sets max FPS when a Sequence is played after being paused if it's locked to the display rate

UE - Anim - Sequencer - Jun 10, 2019

When playing a sequence the engine's max FPS will be saved in a temp value. If the sequence is paused and played that temporary value will be overwritten with the sequence's value. When restoring th ...

In the DragForce module drag amounts greater than one can accelerate the particle instead of slowing it down.

UE - Niagara - Jun 10, 2019

Drag force allows for values greater than 1, which can cause the drag force to exceed the initial velocity, which will continue to compound until a NaN is reached or the particle's lifetime is up. ...

Sequencer's Spawnable actor rename can not be synchronized between sequencer and outliner

UE - Anim - Sequencer - Jun 11, 2019

This behavior seems to occur only for spawnable. The licensee wants the renaming behavior to be consistent. ...

The engine crashes when adding a new brush at newly created level by a specific way.

UE - LD & Modeling - Modeling Tools - Mesh Editing - Jun 17, 2019

issuesFBSPOps::csgAddOperation returns null if BuilderBrush has no valid polys.The creating level on content browser never calls "UEditorEngine::InitBuilderBrush(NewWorld);". But "New level" button o ...

Widget component navigation does not work in Standalone

UE - Editor - UI Systems - Jun 14, 2019

When running a standalone build, focus navigation doesn't work on widgets within a world-space widget component. This may be fallout from [Link Removed], which parented the widget component's virtua ...

Arrays of Soft Object local variables are not captured for reference graph

UE - Gameplay - Blueprint - May 20, 2019

This bug comes from https://udn.unrealengine.com/questions/492861/view.html and is a very similar problem to [Link Removed] The issue is that the code that harvests soft object references stored in ...

Datasmith CAD importer regression for Inventor files

UE - Editor - Content Pipeline - Datasmith - Importer - May 14, 2019

Fails with 4.22 but works fine with 4.21 ...

UAbilitySystemComponent's CurrentMontageStop() function does not use OverrideBlendOutTime Float Parameter.

UE - Gameplay - Jul 2, 2019

In the attached example, the third person mannequin character's BeginPlay() runs an Ability_Task which starts an animation montage. In the task it is specified that the blend out time (BlendOutTime ...

QueryOnly SkeletalMeshComponent causes collisions

UE - Simulation - Physics - Jun 19, 2019

A SkeletalMeshComponent set to query only physics still interacts with collision. This is a regression from 4.21 Seems to be a side effect from a change to GetCollisionEnabled_CheckOwner ...

Fix forwarding of dedicated flag and number of players when running a functional test

UE - Networking - Jun 21, 2019

As described in the UDN question, some settings aren't forwarded correctly to the game instance in PIE during a functional test. Proposed patch attached. ...