Interchange: Dialog import preview pipeline is missing the import context

UE - Editor - Content Pipeline - Import and Export - Aug 1, 2024

We need to call TransferAdjustSettings on the duplicated pipelines to execute the preview import. ...

Level Sequence Actor- bTickWhenPaused is unsettable from the details view

UE - Anim - Sequencer - Aug 1, 2024

See UDN here: https://udn.unrealengine.com/0D5QP00000TtFaV0AV?fromCase=1 The issue is that in FMovieSceneSequencePlaybackSettings, the TickInterval struct is marked with an EditCondition to only be ...

Sequencer: Undoing creation of a new section can call section drawing code with viewmodel tree in invalid state

UE - Anim - Sequencer - Aug 1, 2024

The Section reference in ISequencerSection::GetSectionHeight can be in the process of garbage collection during an undo of a section addition- this causes things like GetTypedOuter<UMovieSceneTrack> ...

UE 5.4 - Specular/reflection disappears above 4096 resolution render

UE - Rendering Architecture - Aug 1, 2024

After a viewport is more than 4096 pixels wide, Lumen's specular reflections buffer cuts its width off at 4096 pixels. It appears that the affected buffer is "Lumen.Reflections.ResolvedSpecularIndi ...

Pressing the "Show Inactive" button in the material instance editor did not display groups that did not contain the active parameter

UE - Rendering Architecture - Materials - Aug 1, 2024

When pressing the "Show Inactive" button in the material instance editor, all material parameters are supposed to be displayed in the EditorUI. This is not the case, only some of the parameters are ...

Logic error in TRange::Difference causes crash when you Trim and Preserve Left/Right and unbounded Attach section in the sequencer

UE - Anim - Sequencer - Aug 1, 2024

TRange::Difference function does not handle bounds correctly, causes crash in the sequencer when "Trim And Preserve Left/Right" is used in the user's example project. User provided a potential fix: ...

Sequencer - Soft References do not work as payloads in Event Track keys, the endpoint event receives none/empty instead

UE - Anim - Sequencer - Jul 31, 2024

In sequencer, an "event track" can be added to call functions/events defined in the Sequence Director Blueprint. The parameters for those endpoint functions/events can be sent as a Payload associate ...

Levels can get stuck in the 'loading' state when using Incremental GC

UE - World Creation - Worldbuilding Tools - Jul 31, 2024

From licensee:"Testing incremental GC on our project we have ran into an issue with level streaming where levels will get stuck in the 'loading' state in packaged builds. The issue appears to be due ...

Client disconnect during seamless travel results in incorrect NumPlayers and NumTravellingPlayers

UE - Networking - Jul 31, 2024

This issue seems to stem from HasClientLoadedCurrentWorld returning true in AGameMode::RemovePlayerControllerFromPlayerCount. When removing a player controller, the GameMode checks if a seamless tra ...

Foliage breaking when used Sublevels into a Persistent Level

UE - World Creation - Worldbuilding Tools - Foliage - Jul 31, 2024