Volumetric cloud shadow bug with two directional lights

UE - Rendering Architecture - Aug 9, 2024

Crash in FPBDJointUtilities::ConditionInverseMassAndInertia

UE - Simulation - Physics - Solver - Aug 8, 2024

We seem to be setting the InverseInertia to zero, even though the InverseMass is non-zero. FPBDJointUtilities::ConditionInverseMassAndInertia assumes that the inverse inertia is only zero if the in ...

Motion Matching: Check failure when adding sequence into DB that references a niagara emitter

UE - Anim - Gameplay - Aug 7, 2024

The serialization code for the motion matching database has a check that will fail if a property has the IgnoreForMemberInitializationTestName meta tag.  Niagara emitters contain a property that has ...

USplineMeshComponent::CalcBounds may return invalid value

USplineMeshComponent::CalcBounds function should be returning an FBoxSphereBounds type, but in the implementation it instead outputs an FBox. This may result in the returning of invalid results, esp ...

Material base color is lighter on Nanite meshes when using 16-bit GBuffer

UE - Graphics Features - Nanite - Aug 6, 2024

The base color is brighter on Nanite meshes than non-Nanite meshes when GBuffer Format is set to "Force 16-bits per channel" (r.GBufferFormat 5) even though the meshes are using the same material. ...

Screen Probes and Specular Firefly Flickering near screen edges

UE - Graphics Features - Lumen - Aug 6, 2024

Lumen's rough specular indirect lighting buffer can have fireflies along the bottom and right edges of the screen. Also tested in //UE5/Main, CL: 35177423 ...

Streaming level is not visible when WorldPartitionRuntimeHashSet level is preloading and transitioning with package game.

UE - World Creation - Worldbuilding Tools - World Partition - Aug 5, 2024

In levels where "WorldPartitionRuntimeHashSet" is specified as the runtime hash class, the world partition may not be correctly visible only in the package. This issue is reproduced only in packaged ...

Oodle CompressionLevelNameMap is missing an entry for Optimal5, leading to a crash in the texture editor

RAD - Oodle - Aug 2, 2024

Due to a missing string in CompressionLevelNameMap in OodleDataCompression.cpp, it is possible for LevelName to be left uninitialised after parsing the compression effort, which causes a crash when ...

Interchange: Static analysis fix for interchange manager

UE - Editor - Content Pipeline - Import and Export - Aug 1, 2024