Oodle CompressionLevelNameMap is missing an entry for Optimal5, leading to a crash in the texture editor

RAD - Oodle - Aug 2, 2024

Due to a missing string in CompressionLevelNameMap in OodleDataCompression.cpp, it is possible for LevelName to be left uninitialised after parsing the compression effort, which causes a crash when ...

Interchange: Static analysis fix for interchange manager

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

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

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

Cooker: NeverCookPackageList should store packages as LongPackageNames instead of filenames, to save memory by avoiding creation of FName for each external actor package

UE - Foundation - Core - Cooker - Jul 30, 2024

GetNeverCookPackageFileNames among other things adds every external actor package to NeverCookPackageList, even if they are not referenced by the rest of the cook. Since it stores the packages in th ...

Physics Linear Velocity functions from UPrimitiveComponent always return (0,0,0) velocity

UE - Simulation - Physics - Jul 30, 2024

In Unreal Engine version 5.4, all Physics Linear Velocity functions inside PrimitiveComponent class are returning always a velocity of (0,0,0), even if the Body Instances are moving. This was workin ...