Crash when using SetSkinWeightProfile when using unlimited bone weights.

UE - Anim - Rigging - Oct 30, 2024

Licensee is reporting a crash when they are calling SetSkinWeightProfile. ...

Invalid access location compressing a BC6h texture in the editor

RAD - Oct 29, 2024

Large texture crashes during Oodle compression with "-stompmalloc". It appears to be an internal Oodle error. Also tested on //UE5/Release-5.5/, CL: 37463908 ...

Depth of Field blur is inconsistent with r.ScreenPercentage == 100 (Dynamic resolution)

UE - Graphics Features - Oct 29, 2024

Depth of Field, with "r.DOF.Recombine.Quality = 0" will adjust the size of the depth in focus based on screen percentage. This might be related to over-fitting from the tile classification, because ...

Lighting behavior is unreliable for translucent lit materials, results are inconsistent depending on the editor camera's FOV and the editor viewport's width/height/aspect

UE - Rendering Architecture - Oct 27, 2024

When working on the level editor viewport or testing on PIE, the visual appearance of additive/translucent lit materials changes significantly (and abruptly) when varying the camera FOV or the viewp ...

Crash in FPipelineFileCacheManager::RegisterPSOStats

UE - Rendering Architecture - Oct 25, 2024

The game can crash when one thread clears RunTimeToPSOUsage while another thread is expecting it to contain a PSO it is registering stats for. Thread A:  calls CacheGraphicsPSO() Thread B:  calls C ...

ChaosCacheManager is not properly recording the state of each particle when toggling Fields and Anchor Fields in the scene.

UE - Simulation - Physics - Destruction - Oct 22, 2024

ChaosCacheManager is not properly recording the state of each particle when toggling Fields and Anchor Fields in the scene. During my investigations I've noticed that ChaosCacheManager does not reco ...

A GeometryCollection that was broken and is going through shrinking will reset the size of its particles if a second level is broken

UE - Simulation - Physics - Destruction - Oct 18, 2024

Might relate to issue [Link Removed] - "The Remove-On-Break feature, set on Fracture Mode on Geometry Collections, stops shrinking and shows strange behaviors" The added information on this particu ...

Lumen doesn't handle Area Lights Reflection Occlusion well

UE - Graphics Features - Lumen - Oct 18, 2024

Crash (Assertion failed "SystemInstanceController->IsSolo()") when enabling "Start with Tick Enabled" on a Niagara Component

UE - Niagara - Oct 17, 2024

Currently, Niagara Components are only expected to have their TickComponent() method called when their system is marked as "Solo", which makes them be simulated individually. In the most common scen ...

A Packaged build that has had an Editor Only Component added to one of its Blueprints logs a false positive warning - USimpleConstructionScript::FixupRootNodeParentReferences()

UE - Gameplay - Components - Oct 15, 2024

A Packaged build that has had an Editor Only Component added to one of its Blueprints logs a false positive warning in USimpleConstructionScript::FixupRootNodeParentReferences(): USimpleConstructio ...