The Blueprint compiler is not consistent with UHT when generating DefaultToInstanced variables

UE - Gameplay - Blueprint Compiler - Sep 7, 2023

UnrealHeaderTool and the Blueprint compiler generate inconsistent metadata for object reference variables whose underlying class type includes 'DefaultToInstanced' metadata. UnrealHeaderTool-genera ...

Sequencer autosorts alphabetically on undo

UE - Anim - Sequencer - Sep 8, 2023

[Link Removed] Jan Kaluza 2023-09-08 15:37:18 UTC I just ran into a very frustrating bug: I have around 60 actors in a sequence, and I reordered them to be in the order that I wanted to animate them ...

Multi-process cooking does not complete in UE5.3.0

UE - Foundation - Core - Cooker - Sep 26, 2023

Projects with multi-process cooking enabled will not complete packaging. If MPCook is disabled, packaging can be completed.  ...

Crash when deleting BindingOverrides if the target property is left open on the details panel

UE - Anim - Sequencer - Sep 22, 2023

Crash if opening ALevelSequenceActor::BindingOverrides in the details panel and run a process that empties the BindingOverrides elements. Workaround: FMovieSceneObjectBindingID FMovieSceneObjectBi ...

[AI] Fill Collision Underneath for Navmesh does not work for ISM instances

UE - AI - Navigation - Sep 29, 2023

Although the ISM component allows for enabling the flag for Fill Collision Underneath for Navmesh, it does not add the modifier for this to the navigation data for its instances.  ...

[AI] Stack overflow in canRemoveVertex of DetourTileCacheBuilder

UE - AI - Navigation - Sep 28, 2023

User reports of stack overflow happening in canRemoveVertex in DetourTileCacheBuilder.cpp if a poly has more than 16 vertices. The array for edges is a fixed array and is written to without checking ...

GAS: Crash on unloading sublevel with Duration GEs and garbage collection before the duration expires

When a sublevel gets unloaded that has an actor with an AbilitySystemComponent with an active GameplayEffect with Duration, a crash occurs when the duration expires. This is due to an ASC timer dele ...

Disabling DFAO prevents landscape from contributing to Lumen scene

UE - Graphics Features - Lumen - Oct 10, 2023

From licensee: We disabled DFAO on our project (using r.DistanceFieldAO 0) to replace it with Lumen occlusion, as the combination of both was creating dark blobs under bushes and grass. However, we ...

Assert when toggling RHIThread

UE - Rendering Architecture - RHI - Oct 12, 2023