FDetailGroup::AddGroup does not correctly apply the default expansion state for DetailGroups

UE - Editor - Verse Class Editor - Feb 10, 2026

There is a bug affecting DetailGroups in the engine. When adding child DetailGroups to a parent DetailGroup, the expansion state does not behave as expected and ignores the flags intended to control ...

Ensure triggered inside Range Struct Customization when Property Node is no longer valid (e.g. when editing FFloatRange while FRuntimeFloatCurve editor is visible) [Ref. UE-341339]

UE - Editor - Verse Class Editor - Nov 12, 2025

[Link Removed] Closed was fixed by CL 46990575, successfully avoiding an ensure condition inside FIntervalStructCustomization::S ...

TOptional value changes in parent BP don't propagate to loaded child BPs

UE - Editor - Verse Class Editor - Oct 27, 2025

Context TOptional<T> is a wrapping struct around a type, that lets the property have an set and unset state, in addition to the property's value when set. It is editor exposed: designers can open b ...

When moving actors to the current level, their label is reset and displayed incorrectly on the Scene Outliner until the next time it is refreshed

UE - Editor - Verse Class Editor - Jul 14, 2025

This is a regression, it worked correctly up to UE 5.4, but repros on UE 5.5 and 5.6. Also, this seems related to [Link Removed] ...

Inconsistent Details Panel Focus Behavior On Enter Pressed for Blueprint-Added Components

UE - Editor - Verse Class Editor - Jul 2, 2025

When editing a component property in the level viewport, if the component was added via the Blueprint Editor, pressing Enter after changing a value causes the details panel to lose focus. This inter ...

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

UE - Editor - Verse Class Editor - 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 - Verse Class Editor - 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 ...

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

UE - Editor - Verse Class Editor - 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 ...

[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 - Verse Class Editor - 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, ...