Crash when exposing a TOptional<FName> or TOptional<FText> to the editor through a UProperty.

UE - Editor - Workflow Systems - Mar 25, 2025

Support for editor-exposed uproperties of type TOptional<T> has been added by CL 28199740 on september 2023. However, since then until today in UE 5.5, a crash can happen when exposing TOptional<FNa ...

When using Perforce, saving a level over another leaves the target umap file as "marked for delete"

UE - Editor - Workflow Systems - Mar 11, 2025

When working on a level asset and using command "File – Save Current Level As..." to save it over a different level asset, the engine first deletes the target level (that's going to be overwritten) ...

Backwards-compatibility broken for the CDOs of Python-generated Unreal Types because of missing redirectors

UE - Editor - Workflow Systems - Feb 11, 2025

Previously, all Unreal Types generated by python scripts would be created inside package "/Engine/PythonTypes". This was changed by [CL 32478991 in ue5-main branch], which meant to "remove the restr ...

[UDN 16536278] Sequencer: Stuck undo buffer when using AutoKey "Can't Undo while 'SetKey Value' is in progress"

UE - Editor - Workflow Systems - Jan 15, 2025

Hello, Our animation team reported an issue with the AutoKey feature of the LevelSequencer, sometimes they will notice that after a while, the undo buffer no longer works. Unfortunately the issue ...

[UDN - 16673100] Calling FComponentVisualizer::NotifyPropertyModified() on a FInstancedStruct property loses all data inside because the PreviewActor spawns with default properties in the FInstancedStruct

UE - Editor - Workflow Systems - Jan 15, 2025

We found a problem with the component visualizer system and the PreviewActor in the Blueprint editor. If your component is using a FInstancedStruct in anyway, either directly, in a TMap, or TArray, ...

SSourceControlChangelistsWidget : hitting the checkf for duplicate uncontrolled items in OnRefreshUncontrolledChangelistWidgets

UE - Editor - Workflow Systems - Dec 18, 2024

A checkf can fail in SSourceControlChangelists.cpp with the message: The same uncontrolled item was visited twice. It is likely present in more than one uncontrolled changelist This has been addre ...

Crash can happen in FDetailLayoutBuilderImpl::Tick() when a category of UStruct member includes the "|" symbol and member is Tickable.

UE - Editor - Workflow Systems - Dec 3, 2024

A crash can occur when a member of a UStruct has a category with the "|" symbol and is trying to be displayed inside by the FDetailLayoutBuilderImpl class. This happens when there is a UStruct memb ...

External objects added through customization have incorrect behaviour with EditConditionHides

UE - Editor - Workflow Systems - Nov 7, 2024

Copy-paste the TestCode.h and TestCode.cpp into a module Activate the customization in the StartupModule() function ``` FPropertyEditorModule& PropertyModule = FModuleManager::LoadModuleChecked<FPro ...