PIE with split screen prevents some drop down menus from working in Sequencer

UE - Editor - UI Systems - Slate - Jun 14, 2024

Create a level sequence, add an audio track and an event trigger track to the sequenceAdd a keyframe to the event track and create a new endpoint for the keyAdd an audio section to the audio trackIn t ...

Invalid access location compressing a BC6h texture in the editor

RAD - Oct 29, 2024

Large texture crashes during Oodle compression with "-stompmalloc". It appears to be an internal Oodle error. Also tested on //UE5/Release-5.5/, CL: 37463908 ...

USkeletalMeshComponent::SkeletalMeshAsset modified value is lost when changing via level details panel

UE - Anim - Runtime - Jun 27, 2024

USkeletalMeshComponent::SkeletalMeshAsset is transient so it seems that any modified value that is set via the level details panel on an existing actor is lost.  We deal with this same problem for o ...

RewindDebugger draws debug capsules with its base location as center

UE - Anim - Oct 31, 2024

Context UE_VLOG macros can be used to capture debug shapes into both a Visual Logger recording and a Rewind Debugger recording. Problem In the Rewind Debugger, the capsule shapes are drawn at an in ...

GPU crash dump triggered with Intel H/HX processors

TM - Rendering - Oct 3, 2024

Some users have recently reported 'GPU crash dump Triggered' crashes launching, importing, or performing simple actions. Communicating with one user, general GPU TS has not helped(check for OS/drive ...

UnrealTraceServer exits when encountering a symlink on Windows

UE - Foundation - Insights - Oct 30, 2024

UnrealTraceServer exits on startup (or when watching a directory) when a watched store directory contains a symlink on Windows. Cause: The std::filesystem::directory_entry::is_directory() call thro ...

Iris - Missed subobject destruction can cause incomplete client state

UE - Networking - Iris - Oct 7, 2024

From UDN assigned to [Link Removed]  ...

Incremental Cooks: Add dependencies on files loaded during Load/Save of the package

UE - Foundation - Core - Cooker - Oct 19, 2022

Iterative and Incremental cooking are supposed to recook packages when their "inputs" change. Most of the time inputs are the package file itself and the other package files on which it has dependen ...

[Interchange] mesh outside LODs hierarchy are added to only lod 0 it should be added to all lods

UE - Editor - Content Pipeline - Import and Export - Oct 9, 2024

TraceString for TChar strings has an erroneous return statement leading to unreachable code

UE - Foundation - Insights - Oct 23, 2024

In StringTrace.cpp, the TraceString(const TCHAR* InString) function has an erroneous return statement before UE_TRACE_LOG_DEFINITION within the branch checking if the string is already in the set. ...