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

EQS Overlap test no longer recognizes custom Collision Object Channel

UE - AI - Nov 12, 2019

Environment Queries Ignore tests for Custom Collision Object Overlaps. Note: The expected behavior seems to have worked in 4.21, After following the steps to reproduce, I can verify a successful de ...

Stationary directional light per-object shadows not working with origin rebasing

UE - Graphics Features - Dec 2, 2019

Not 100% clear if this is a bug or expected behaviour, but raising it as it needs looking it. Can't see it as fixed elsewhere. Confirmed broken in 4.24 too. ...

Sequencer evaluation can skip events due to gaps in frame number ranges

UE - Anim - Sequencer - Dec 18, 2019

Sequencer rounds when converting time ranges to frame number ranges, which can cause one frame gaps. If an event falls on that gap, it will not be triggered.  ...

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

Replay scrubbing causing issues with placed actors with negative scales

UE - Networking - Dec 19, 2019

A replicated actor placed in a map with a negative scale value becomes inverted when scrubbing a replay. ...

New 'UncookedOnly' modules can incorrectly be included as a build dependency after nativization of a Blueprint asset

UE - Gameplay - Blueprint - Dec 20, 2019

The new 'UncookedOnly' module type that was added in 4.24 is not visible to Blueprint nativization, and thus it does not know to exclude these module types from the generated Build.cs file when they ...

Reading curves from an FBX incorrect with FFbxCurvesAPI

UE - Anim - Sequencer - Dec 20, 2019

A licensee has brought up some inaccuracies in the reading of curve data from FBX files: #1, Remove calls to SetKeyInterpMode, SetKeyTangentMode, SetKeyTangentWeightMode, and change them to NewKey. ...

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

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