Incorrect level sequence playback in replay with sequence start time != 0

UE - Networking - Jan 16, 2020

"Our dynamic duplicate in-memory replays broke when an artist put an ULevelSequencePlayer in one of the dynamic source level levels. The UMovieSceneSequencePlayer base class has PostNetReceive call ...

Exception crash when running Debug Game Configuration for a project installed on a different drive than Engine Installation

UE - Foundation - Cpp Tools - Jan 13, 2020

Exception crash when running Debug Game Configuration for a project installed on a different drive than Engine Installation. ...

Montage_SetEndDelegate doesn't set for inactive, but unfinished montages, preventing clearing

OLD - Anim - Jan 7, 2020

If you call Montage_SetEndDelegate after a montage has begun blending out, but before it terminates, the end delegate will not be set because an active montage instance cannot be found. If an AI is ...

To activate cascade particle first time on sequencer is not work in a specific way.

UE - Anim - Sequencer - Jan 6, 2020

The bIsActive flag on ParticleComponent is stored in a sequencer asset. If it's true, PartilceSystemComponent::ActivateSystem is skipped at FParticleTrackExecutionToken::Execute. In workaround, Set ...

The vertex color view mode in the vertex painting editor mode ceases to work when the project setting "Extend default luminance range in auto exposure settings" is enabled.

UE - Graphics Features - Dec 31, 2019

When "Extend default luminance range in auto exposure settings" is enabled, the Color View Mode in the vertex painting editor mode ceases to work and without any warning to the user. ...

USpringArmComponent::UpdateDesiredArmLocation does not update overlaps

UE - Simulation - Physics - Dec 20, 2019

Objects attached to a spring arm component, moved by changes to the target length/rotation, do not have their overlaps updated. USpringArmComponent::UpdateDesiredArmLocation calls USceneComponent ...

Duplicating a Possessable Track in Sequencer should duplicate the bound actor and bind the duplicate track to it

UE - Anim - Sequencer - Dec 19, 2019

Duplicating a possessable object binding in Sequencer causes a new sub track added to the existing possessable with a missing binding. It's unclear what the behavior should be here, as duplicating a ...

Content Browser does not sort names using numbers properly when going over 9

Tools - Dec 19, 2019

This can happen when creating any content or duplicating them. I was also able to reproduce this issue in the Levels window when creating new levels.  ...

Adding a shot with a with two sub sequences can break object bindings between the subsequences

UE - Anim - Sequencer - Dec 18, 2019

Bindings can break when added to a master sequence when the binding is in a sibling sequence.  ...