The common animated switcher will currently flicker for one frame when its transition animation completes if global invalidation is enabled. This appears to be caused by a visibility change (HitTest ...
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 ...
Setting the Phase Count of a RetainerBox to 2 or more may cause other widgets within the same UserWidget to flicker. Upon investigation, we found that during frames where the flickering occurs, the ...
When a ComboBox is set as elements in a ListView, it can see that the option is set to the wrong element when selecting the ComboBox. ...
When specifying a widget of a different size than the screen in FReply::LockMouseToWidget, the cursor is locked to a different position in native full screen mode. It appears that the window size n ...
Since UE5.4, it has been reported that if there's a class derived from UEditorUtilitySubsystem, the program crashes when the editor exits. This is because the code added in CL30853505 accesses freed ...
workaround: open WBP_A and remove its namedslot content to avoid having two contents in the same namedslot. ...