This is not a regression. Tested in //UE5/Release-5.2 CL26001984 Editor becomes unresponsive after compiling with save on success a widget blueprint that has logic flagged with a breakpoint within ...
The root cause appears to be an order of operations change made for [Link Removed] (CL 18309493 in UE5/Main). On EnhancedPlayerInput.cpp:238, the TriggerStateTracker is combined with state evaluated ...
When using box selection with "Box Select Occluded Objects" enabled, volumes in the box selection zone are not able to be selected. ...
The result of changing the Visibility of a widget placed as a child of RetainerBox is not reflected. Here we have disabled hittest for the Button widget, but hittest is incorrectly accepted. This is ...
When using multiple collision boxes with the mesh scaled in a negative axis while the collision boxes are rotated that the rotation is not taken into account when using the negative scale. ...
While the editor is compiling a hot reload, if project code is changed and the compile is canceled, code changes are not reflected upon next editor compile. ...
When a hot reload occurs in the editor, if the component of a placed actor is selected then focus will switch from the component to the actor's root. This can be confusing when the root is a code c ...
Using "Replace variable with..." does not mark a blueprint as needing compilation. Reproduced in 4.9.2 binary, 4.10.1 binary, and Main 4.12 (CL 2813214). This is not a regression; the same bug appe ...