Double clicking the thumbnail for a TSoftObjectPtr to a UWorld will load the level without prompting the user to save

UE - Editor - Dec 6, 2021

Currently, double clicking on a thumbnail for a SoftObjectPtr to a UWorld will load that level in the level editor without checking if the current world is dirty or prompting to save. This can resul ...

Level Object value is lost when a new level is loaded using the same BP

UE - Gameplay - Blueprint - Dec 2, 2021

First discovered this on Linux in //UE5/Main. In the repro, you play from level 2; if you opened Level 1 and played from there, the same outcome would occur. LogNet: Warning: Travel Failure: [Clien ...

The showdebug abilitysystem command crashes editor when the target is a child actor

UE - Gameplay - Dec 2, 2021

An actor with an AbilitySystemComponent that is spawned by a ChildActorComponent will have a null AbilityActorInfo. This leads to a crash in the ASC when GetDebugTarget attempts to access AbilityAct ...

Multiple Blueprint compilation passes required to fix up event binding to dispatcher after event rename

UE - Gameplay - Blueprint Compiler - Nov 30, 2021

Renaming a custom event bound to an event dispatcher via a Create Event node requires two compilation passes to fix up the binding.  upd. Regression was checked on //UE4/Release-4.26 CL 15973114, i ...

[Audio Analysis][Ensure] - Sound Submix Spectral Analyzer Delegate Throws Ensure when Analysis Started Before the Delegate is Added

UE - Audio - Nov 25, 2021

Hit the following Ensure when trying to use the Spectrum Analyser. Also hit this in 4.26 so it doesn't appear to be a regression. Occurs with any of the following Band Settings or when creating you ...

Problem importing broken FBX

UE - Editor - Content Pipeline - Import and Export - Nov 25, 2021

An FBX exported from 3DEXCITE DELTAGEN fails to parse correctly in the latest FBX SDK and crashes the UE importer. This FBX is automatically repaired when loaded into Maya (citing "polygons with ov ...

Color samples are not displayed when switching to light complexity view.

UE - Graphics Features - Nov 25, 2021

In other views, such as Shader Complexity, color samples are displayed. ...