SButton and SBorder multiply color and opacity twice

UE - Editor - UI Systems - Sep 22, 2016

Currently, the SButton and SBorder widgets multiply the color and opacity during OnPaint before calling the super (SCompoundWidget::OnPaint). This causes the operation to be done twice, since the co ...

NiagaraEditor timeline folders are not saved correctly

UE - Niagara - Feb 8, 2023

It works correctly in 5.0.3. ...

HighResShot's bDumpBufferVisualizationTargets does not work on PNG output.

UE - Rendering Architecture - RHI - Jun 2, 2022

If the same command is executed with 4.27, multiple screenshots will be saved. ...

Ensure triggered with multiple AddInstance() calls for InstancedStaticMeshComponent

UE - Graphics Features - May 20, 2016

Adding multiple instances to instance static mesh component in a code class causes an ensure to trigger when an instance of the class is added to the level. ...

Local fog volume rotation causes offset issues at high world position values

UE - Graphics Features - May 20, 2024

Local fog volumes have a substantial offset when placed at a far distance from world origin and is then rotated. This was not the case in 5.3 when tested under the same conditions, so this is likely ...

Ribbon issue with local space and source rotation.

UE - Graphics Features - Oct 28, 2015

Issue is detailed in the UDN linked. Investigate and fix. ...

Copying a BP function with split pins creates all individual params of the struct, instead of making the parent struct

UE - Framework - Blueprint Editor - Oct 3, 2021

This occurs in UE5/EA and in Release-5.0 ...

FPropertySoftPath::Resolve doesn't resolve c-array elements properly

UE - Framework - Nov 20, 2023

a fix was proposed in the UDN but it needs to be tested and revised ...

Skip Assigning Gamepad to Player 1 does not work

UE - Gameplay - Input - Feb 2, 2024

This is a regression from a long while ago that needs to get fixed ...