When using a Retainer Box in UMG with Color Vision Deficiency enabled, the content inside the Retainer Box is rendered with incorrect colors compared to the rest of the UI. This bug is present in UE ...
Copying a grouped MaterialInstanceParameterDetail property that has spaces on it's name does not enclose it in double quotes, and later pasting won't work as expected. The licensee noticed this in a ...
This is a regression: it worked correctly up to UE 5.5, but not in 5.6 or mainline latest. Possibly caused by CL 40093049. Class UNiagaraDataInterface provides virtual method GetFeedback(), which a ...
Constraints (UTickableConstraint) are usually created throuh the "Animation" tab available in the Editor's "Animation Mode". When created through that interface while Sequencer is open, the internal ...
The problem is that the Cube is still loaded but "HiddenEd". It's AActor::bHiddenEdLayer property is set to true by the WorldPartition System. The Actor is dirty which makes the WP system pin it (wo ...
Reparenting a MaterialInstance that uses Material Layers to another instance with a different layer configuration can cause the editor to crash when opening the Layer Parameters tab. This appears to ...
If any light source is deleted, and a single light has its visibility state changed in LightMixer, all the other lights in the scene that were invisible turn visible. The behavior only shows after d ...
The LightMixer window is making all scene lights visible once you toggle a single light as visible. Any light source (except SkyLight) will be turn visible once a single light is made visible using ...
If in use, DPI Awareness is set after the initial window size is set. For a Windowed window, the settings are unable to restore the prior resolution settings on an application restart due to the pr ...
From file [Engine\Source\Runtime\Experimental\Chaos\Public\Chaos\AABBTree.h], function Chaos::TAABBTree<>::GetAsBoundsArray(): bool GetAsBoundsArray(TArray<TAABB<T, 3>>& AllBounds, int32 NodeIdx, i ...