TraceString for TChar strings has an erroneous return statement leading to unreachable code

UE - Foundation - Oct 23, 2024

In StringTrace.cpp, the TraceString(const TCHAR* InString) function has an erroneous return statement before UE_TRACE_LOG_DEFINITION within the branch checking if the string is already in the set. ...

D3D12Texture::Lock incorrectly sizes staging buffer when locking block compressed resources

UE - Rendering Architecture - Oct 23, 2024

D3D12Texture::Lock computes the size of the staging buffer on Line 1541 of D3D12Texture.cpp. This size uses the RowPitch, which for BCn resources encapsulates the size in bytes of a single row of bl ...

Objects animated in Sequencer fail to trigger collisions against stationary characters with character movement components

UE - Simulation - Physics - Oct 22, 2024

When an object, such as a cube, is animated in sequencer and that object's path intersects a stationary character with a character movement component, the object will pass through the character with ...

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

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

Unreal Editor can get in an infinite while loop when checking the History of an asset under Perforce.

UE - Editor - Workflow Systems - Oct 21, 2024

Unreal Editor can get in an infinite while loop when the action Asset->Source Control->History is used in a Blueprint Asset. Reportedly, this issue is only encountered when using the Branches featur ...

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

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

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