GAS: UGameplayEffect tags async loading race condition

UE - Gameplay - Gameplay Ability System - Oct 12, 2022

User reported game thread and async loading thread accessing a UGameplayEffect property at the same time:Game thread having loaded a GameplayEffectA and in its PostLoad() updating the property Inher ...

Lightmap density view mode displaying zfighting when moving around in the viewport

UE - Graphics Features - Oct 10, 2022

assets within the FPS template are showing zfighting when in Lightmap density mode not reproduceable in 5.0  ...

AdditionalServerGameOptions not applied to dedicated servers

UE - Gameplay - Oct 7, 2022

AdditionalServerGameOptions are only applied in UEditorEngine::LaunchNewProcess if the instance is a listen server, with these options being ignored for dedicated servers. Additionally, AdditionalSe ...

[AI] Navmesh does not generate correctly on a plane that has a slope of 45 degrees or more.

UE - AI - Navigation - Sep 23, 2022

Navmesh generation appears to have issues handling terrain and planes that are at 45 degree or steeper angles even if the agent max slope is set to allow for such movement. While the issue occurs at ...

Niagara Mesh Renderer causes GPU hang on IOS 13.4.1

UE - Platform - Mobile - Sep 20, 2022

Selection of foliage instances broken with nanite

UE - Graphics Features - Nanite - Aug 19, 2022

The selection of individual instances of a foliage HISM is broken, so that the instance is correctly outlined but the gizmo is placed over a different instance. If we delete the selected instance it ...

FSkeletalMeshRenderData::Cache doesn't store and restore versions

UE - Anim - Rigging - Aug 18, 2022

A licensee was trying to extend the FSkelMeshSection, FSkelMeshRenderSection and USkeletalMesh serialisers with their licensee version number and found that the FSkeletalMeshRenderData::Cache functi ...

MoviePipeline: OnExecutorErroredImpl has inverted bError bool usage

UE - Anim - Sequencer - MRQ - Aug 8, 2022

OnExecutorFinishedDelegateNative and OnExecutorFinishedDelegate broadcasting an bFatal into a bSuccess parameter which is inverted. Canceling a render should be considered an error, not a success. ...

Replacing actors during LevelInstance inline editing applies incorrect transforms

UE - World Creation - Worldbuilding Tools - Level Instances - Jul 14, 2022

When you finish editing a level instance, the actor is converted from the world position to the local position of the level instance, but if you replace the actor, the conversion process is performe ...