[UDN-19505621] Hide Selected At Startup Issue

UE - Editor - Workflow Systems - Jun 10, 2025

From [Link Removed]: 你好,我发现这里的选项有一些工作逻辑不一致,提一个改进建议: ​ 当手动隐藏Actor小眼睛图标的时候,设置Hide Selected At Startup 是无效的,这具有很大的误导性,而其他任何情况下,工作都是正常的,比如: 1.小眼睛隐藏+Show All At Startup 2.小眼睛隐藏+Show Selected At Startup ...

If the map isn't dirty, it shouldn't be marked dirty when switching to the Perspective camera

UE - Editor - Workflow Systems - Jun 5, 2025

Changing to the perspective camera from a locked camera calls FLevelEditorViewportClient::SetActorLock I'm not sure exactly why it sets the camera to the cached pilot transform and then sets it bac ...

EditCondition tag not working for FInstancedStruct property in UDeveloperSettings

UE - Editor - Workflow Systems - May 30, 2025

When using EditCondition to control the editability of FInstancedStruct properties in a class derived from UDeveloperSettings, the condition is only partially respected. Specifically: A TArray<FIns ...

Keyboard Shortcuts don't work on the Outliner Window if it is detached from the Main Window

UE - Editor - Workflow Systems - May 27, 2025

Keyboard Shortcuts don't work on the Outliner Window if it is detached from the Main Window. As described in Steps To Reproduce, as soon as the Outliner Window is detached from the Main Window, most ...

[UDN 18615482] SPropertyMenuComponentPicker crashes depending on clipboard contents

UE - Editor - Workflow Systems - Apr 17, 2025

[Link Removed] From UDN: "The component picker has a Paste option and when trying to decide if it should be enabled or not it attempts to load a class using the clipboard contents as a class name. ...

Investigate PythonScriptPlugin module load order for preload module

UE - Editor - Workflow Systems - Apr 10, 2025

Blueprint asset tabs move around weirdly when you navigate between them with too many open

UE - Editor - Workflow Systems - Apr 3, 2025

The "parent class type" text changing size causes the tabs to shift around a lot when you have a lot of them. We need to figure out a better place for this text to avoid the issue ...

InlineEditConditionToggle Prevents Config Bools from Being Written to Settings .ini File

UE - Editor - Workflow Systems - Apr 1, 2025

In a Developer Settings Class, Boolean properties marked with InlineEditConditionToggle do not get written to the associated settings .ini file, preventing configuration settings from being saved pr ...

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 ...