Nanite - Skinned Meshes not working.

UE - Graphics Features - Oct 21, 2024

The Nanite information and views from the Static Mesh Editor are not available to Nanite Skeletal Meshes in the Skeletal Mesh Editor. ...

GTAO console command minor issues

UE - Graphics Features - Oct 18, 2024

The following ambient occlusion console commands have issues: r.AmbientOcclusion.Compute ? The help text state it only works console but it also works on PC and likely other platforms. r.GTAO.Use ...

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 ...

Decals custom depth/stencil side effect from Lumen

UE - Graphics Features - Oct 15, 2024

The order of passes related to Decal rendering (without the DBuffer) and CustomDepth is changed by the CVar "r.Lumen.AsyncCompute", even when Lumen is not enabled. This causes Decal Materials that ...

In Standalone mode, when reading world partition actor descriptors for BP actors, "bIsSpatiallyLoaded" receives its value from the native base class instead of the BP class, so BP actors are loaded/unloaded based on the wrong condition.

UE - World Creation - Worldbuilding Tools - World Partition - Oct 15, 2024

Consider an actor defined in C++ with "bIsSpatiallyLoaded" set to true (the default), and a derived blueprint that overrides "bIsSpatiallyLoaded" to false. Now consider an actor instance of that blu ...

The Remove-On-Break feature, set on Fracture Mode on Geometry Collections, stops shrinking and shows strange behaviors

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

The Remove-On-Break (ROB) feature, set on Fracture Mode on Geometry Collections (GC), was supposed to make the particle shrink until it vanishes. When the GC goes to sleep the shrinking stops and sh ...

Is there a particle smoke that matches the world lighting 100%?

UE - Niagara - Oct 14, 2024

Niagara particle sprites with a Translucent Material are glowing in a completely dark area. This issue is also observed with the deprecated Cascade particles. Particle brightness is also dependent ...

Decal normals causes underlying shadow masks to become visible

UE - Graphics Features - Oct 14, 2024

When using a Translucent or Modulate blend mode decal, the underlying shadow may become visible with VSMs, RT Shadows, and with the Pathtracer. When no normal is applied and a sphere is used to tes ...

Level Instance desaturation effect does not respect occlusion when the selected object is occluded by a Nanite mesh

UE - Graphics Features - Nanite - Oct 14, 2024

When selecting an asset in a level instance that is being edited via LevelInstance/Edit, the silhouette of the object is visible through occluding nanite meshes. This has the effect of disabling th ...