Changing the Global Time Dilation to a very small value and returning it to a large value (by either using the slomo console command or directly in BP - slomo sets TimeDilation) makes Physics simula ...
Shadows on the surface of SingleLayerWater are heavily pixelated, and don't appear to use bilinear filtering at all. Also tested on //UE5/Release-5.5, CL: 36481335 ...
When the Global Illumination scalability settings are changed in the editor from High to Medium, they primarily act on the r.Lumen.DiffuseIndirect.Allow and r.SkyLight.RealTimeReflectionCapture. No ...
It seems as though the component is in scope for more than one connection, despite its owner only being relevant to one. Enabling Net.Iris.Filtering.ValidateNobSubObjectInScopeWithFilteredOutRootObj ...
A player cannot move heavier GC objects even if we have a valid setup due to the GC not reporting the correct mass. ...
Animations that are disabled in the Pose Search database still get loaded in a cooked build ...
There is some unexpected behaviour around GameFeature Plugins (GFPs) when packaging with chunking enabled most noticeable when using PrimaryAssetLabels (PALs). Firstly, PrimaryAssetLabels do not ap ...
In UE 5.4, when deleting actors in our levels, some blueprints will be mark dirty despite not having changed. We traced that down to FAssetRenameManager::CheckPackageForSoftObjectReferences. The af ...
There is a texture mismatch between the expected texture samplers and actual texture samplers for SingleLayerWater materials that use the Material Function StencilMaskCompare. Also tested on UE5.5, ...
Implementing an EventHit node in a Geometry Collection Actor and printing the Names of the returned values, it wrongly returns the reference to this Actor (self) on the Other actor object reference, ...