Outliner freezes when searching in large maps

UE - Editor - Workflow Systems - Jul 24, 2024

This is because SSceneOutliner::FullRefresh is called every time the search text changes, which repopulates the whole tree. There's a few options to look into here (first two might be tricky with b ...

For a TMap with C++ enum keys, deleting and re-adding a map entry in the Editor can corrupt the map data.

UE - Editor - Workflow Systems - Jul 19, 2024

When adding an entry to a TMap using UE's property editors, in most cases the new entry comes with a default-initialized key (if such key already exists, the insertion fails). The case of a UENUM de ...

[CrashReport][Crash] crash at exit due to pending perforce background tasks

UE - Editor - Workflow Systems - Jul 16, 2024

Users affected: 440 Total occurrences: 672 Last occurrence: July 16th 2024, 2:40:01 pm First occurrence: December 31st 2023, 1:47:28 pm Latest version: ++UE5+Release-5.3-CL-29314046 Platform: Win64 ...

Incorrect behavior after attaching an actor to a non-root component of another actor in the Editor

UE - Editor - Workflow Systems - Jul 3, 2024

UE allows actors to be attached to other actors. More precisely, it allows the root component of an actor (child) to be attached to any component of another actor (parent). From now on, "parent" and ...

UAssetDefinition doesn't allow overriding actions from base classes

UE - Editor - Workflow Systems - Jun 24, 2024

In the new implementation UAssetDefinition to define the actions for asset we found that it isn't possible to delete or hide actions from parent classes due to the ToolMenu system works with delegat ...

Displaying Revision control history for a file ending in an "undo" of a revision can cause a crash

UE - Editor - Workflow Systems - Jun 18, 2024

This crash is caused by how source control history is managed and shown. In this specific case the source control software is Perforce. As written in the repro steps, it can happen to any uasset tha ...

Special characters in file names are not escaped on Perforce commands

UE - Editor - Workflow Systems - Jun 14, 2024

Files and directories with special characters %, @, * and # are not escaped when sent to the P4 Client API. For example, an '@' character is common in root workspace folders when using concurrent bu ...

Missing display units initialization from project settings

UE - Editor - Workflow Systems - Jun 11, 2024

From customer: Hi there, I stumbled upon a bug where the display units as set in the Project Settings under the Editor Appearance category for properties were not getting displayed properly and was ...

RuleProcessor is not listed in the Window menu in 5.4

UE - Editor - Workflow Systems - Jun 11, 2024

Since CL-28416011, Sections in Window menu are broken and the RuleProcessor can not be registered in the menu. (See attached imanges) Following workaround restores the sections and fixes the issue. ...

InlineEditConditionToggle behavior present for UProperties even when InlineEditConditionToggle property specifier is not used

UE - Editor - Workflow Systems - Jun 6, 2024

Reported by customer: It seems like in some cases, even when the InlineEditConditionToggle property specifier is not used, the behavior it enables is turned on anyway. It's possible to disable it w ...