Crash when editing members of a struct contained within a UObject instanced inside a USceneComponent

UE - Editor - Jan 24, 2024

When implementing a USceneComponent in C++, one may want to add one or more internal UObjects to hold some data or perform specific tasks (this is also done by several UE built-in components). These ...

OnObjectPropertyChanged Firing Excessively when FText is Bulk Edited

UE - Editor - Jun 28, 2023

If multiple game objects are selected at once and their text field is edited, instead of getting N events, it produces N-squared events. It looks like FPropertyHandleBase::SetPerObjectValue is call ...

Editor becomes unresponsive when selecting BP_FirstPersonChracter0 while Playing in Editor with specific settings

UE - Editor - Jun 19, 2023

This is a regression. Testing //UE5/Release-5.1 CL23901901 When selecting BP_FirstPerconCharacter at run time in a project that has C++, Quality as Scalable, and Ray Tracing enabled the editor free ...

Mesh Paint Mode Hotkeys Invalid

UE - Editor - Mar 20, 2023

In the Mesh Paint Mode in UE 5.1, the keyboard shortcuts to change the brush (size, falloff, etc) are not working. ...

Editor Preferences export failing

UE - Editor - Mar 14, 2023

Editor preferences are not successfully exporting in //UE5/Release-5.1 This issue is occurring in Binary //UE5/Release-5.1 at CL 23901901 This issue is NOT occurring in Binary //UE5/Release-5.0 at ...

Blueprint Nodes no longer Grid Snap to straight lines

UE - Editor - Feb 13, 2023

5.0:[Link Removed] 5.3:[Link Removed] Attached is a video of the two screenshots overlaid and lined up by their top edges. It appears that the Begin Play node (and others?) have more padding now, w ...

Data validation fails after renaming a Blueprint Actor while the Game Features Plugin is enabled

UE - Editor - Jan 31, 2023

This is a regression. Tested in //UE5/Release-5.0 CL20979098 Data validation fails after renaming a Blueprint Actor while the Game Features Plugin is enabled. ...