Crash when destroying a geometry collection actor

UE - Simulation - Physics - Aug 7, 2020

When an actor with geometry collection is destroyed, the engine doesn't remove elements from array in the ChaosSolver So illegal references occurs. Removing element with following quick fix code ...

Widget Slider increments in an odd way when it is dragged outside of its bounds when next to another Widget

UE - Editor - UI Systems - Aug 6, 2020

The attached video shows the results of this bug. When two Widgets are next to each other and one of them has sliders, when the sliders are dragged past their bounds they will increment backward so ...

When always loading last project, project logs are saved to the engine folder

UE - Editor - Aug 6, 2020

Checked on the Binary version //UE4/Release-4.25 stream CL 13942748 Version 4.25.3, logs are also saved into Engine folder: \AppData\Local\UnrealEngine\4.25\Saved\Logs instead of a Project folderIf a ...

Modifying Override Parameters on NiagaraActor blueprints created from a System Actor does not work

UE - Niagara - Cinematics - Aug 5, 2020

Modifying Override Parameters on NiagaraActor blueprints created from a System Actor does not work The System component appears to only use the default value set in the System.  This issue does no ...

Restored child editor windows have no title

Tools - Aug 3, 2020

Child windows created as part of the editor startup process won't have a title. This happens because the native window hasn't yet been created when we set the title in FTabManager::RestoreArea_Helpe ...

Duplicating a blueprint that implements an interface and then removing that interface will cause compile errors that don't occur if the interface was removed from the original BP

UE - Gameplay - Blueprint Editor - Aug 1, 2020

See steps to reproduce. Looks like the fixup when saying Yes to "Would you like to transfer the interface functions to be part of your blueprint" doesn't work correctly on the duplicated BP. Inter ...

Reimporting sprite sheets does not work correctly if the editor has ever been closed and reopened since initial import

UE - Gameplay - Paper2D - Aug 1, 2020

UPaperSprite::PostLoad() now sets BakedSourceTexture, BakedSourceUV, and BakedSourceDimension (if AtlasGroup is nullptr). There's nothing in reimport that sets them, so they are stale/latch to the ...

Changing blueprint default values inside arrays only updates loaded child blueprints

UE - Foundation - Core - Jul 30, 2020

The rules for delta serialization in UE4 are complicated, and the editor tries to hide them from you, which works 90% of the time but can lead to confusion and data loss in other situations. In the ...

Crash compiling a blueprint after changing a Text variable to String, while the Details panel are visible

UE - Gameplay - Blueprint Editor - Jul 29, 2020

Crash occurs when the user changes a Text variable to a String while the Details panel is displaying its properties, and then compiling. Crash does not seem to occur if the Details are not visible. ...