FEnhancedActionKeyMapping struct has incorrect comparison results

UE - Gameplay - Input - Nov 11, 2022

The fix for this is to override the  FEnhancedActionKeyMapping::operator== to account for the deep copy that happens on modifiers instead of comparing addresses ...

Generated Installed build Windows only quicklaunch fails because Platforms\Hololens\Binaries directory non-existant

UE - Foundation - Build - Rocket (Installed Engine) - Nov 11, 2022

 Repro Rate 3/3Note: Step 3 in the steps to reproduce can take 2+ hours. When trying to do a quicklaunch for Windows platform in step 11 of https://testrail.it.epicgames.com/index.php?/tests/view/1 ...

InstancedStaticMeshComponent causes crash in editor compiled with ALLOW_DITHERED_LOD_FOR_INSTANCED_STATIC_MESHES set to zero

UE - Graphics Features - Nov 11, 2022

ALLOW_DITHERED_LOD_FOR_INSTANCED_STATIC_MESHES works without crashing in ue4.27. It appears that this code path is not maintained in ue5. ...

[Waveform Editor] - Undoing a trim fade that is made by clicking and dragging the handles doesn't correctly undo when undoing

UE - Audio - WaveformEditor Plugin - Nov 10, 2022

Undoing dragging trims doesn't undo the trim [Link Removed] ...

Soundscape Palettes with no playback conditions do not activate

UE - Audio - Nov 10, 2022

Soundscape Palettes with empty playback conditions fail to activate ...

[Waveform Editor] - Changing the Edit time on a Sound Wave that has TotalSamples=0.0 can crash editor

UE - Audio - WaveformEditor Plugin - Nov 10, 2022

Rapidly changing the End Time on an asset that has TotalSamples=0.0 in the WaveFormEditor cases the editor to crash. Work around is to reimport the asset, which will restore that value. The crash hi ...

Preview Mesh does not disappear after releasing the Keyboard Shortcut

UE - Editor - Workflow Systems - Nov 9, 2022

This is a regression. Tested in //UE5/Release-5.0 CL20979098 Preview Mesh does not disappear after releasing the Keyboard Shortcut as expected. The Mesh remains until the editor is restarted or ano ...

APlayerController::IsPlayerMuted no longer supported on clients

UE - Online - Nov 9, 2022

Recent changes to the player controller's mute functions have resulted in the MuteList not being updated on clients, and instead APlayerController::ClientMutePlayer now just directly calls MuteRemot ...

InPartialBunch can cause crash in FNetBitReader::CountMemory during memreport

UE - Networking - Nov 9, 2022

An actor channel's InPartialBunch won't be deleted and cleared until a new partial bunch is received. This can result in a situation where memreport counts the memory for an old InPartialBunch and i ...

Expose SetWaterMaterial to BP

UE - LD & Modeling - Terrain - Water - Nov 9, 2022

Source of the request on UDN ...