Crash when IK Anim Node is used in post process blueprint.

UE - Anim - Rigging - Retargeting - Nov 5, 2024

If an IK Anim node is used in a post-process animation blueprint when that post-process blueprint is active in persona. It will crash attempting to get dynamically created goal components from an ac ...

Optimization: CharacterMovementComponent doesn't need overlap check for combining moves for stationary characters

UE - Gameplay - Player Movement - Nov 4, 2024

The overlap checks are used to see if we can warp back to the previous position to combine network moves to longer moves, but making sure we wouldn't put the character in penetration when rolling ba ...

Volumetric Fog has no shadow on mobile

UE - Platform - Mobile - Oct 31, 2024

Scroll Box Dragged State Persists After Input Mode Change

UE - Editor - UI Systems - Slate - Oct 31, 2024

This is an edge case occurring when changing Input Mode while the Scroll Box is being dragged. When the Input Mode switches to Game Only, further drag actions are no longer possible. However, becaus ...

Debug display of TargetingSelectionTask_AOE with cylinder is unnaturally tilted

UE - Gameplay - Gameplay Ability System - Oct 30, 2024

The following code fixes the tilt : void UTargetingSelectionTask_AOE::DebugDrawBoundingVolume(const FTargetingRequestHandle& TargetingHandle, const FColor& Color, const FOverlapDatum* OverlapDatum) ...

LandscapeSplineMeshesActor instances not deleted when World Partition is disabled

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

When landscape splines exist in a WP level, LandscapeSplineMeshesActor instances are created to allow streaming of splines. In a non-WP level, splines are components of the landscape actor. When a W ...

Editor Primitives do not render correctly when Composite Editor Primitives is disabled

UE - AI - Oct 29, 2024

When the Composite Editor Primitives setting is disabled, these editor primitives do not render correctly. In specific, ZoneGraph editor primitives do not render with a colour. This appears to be t ...

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

Intermittent Crash using Rewind Debugger in Game Animation Sample

UE - Anim - Gameplay - Oct 25, 2024

Licensee is reporting an intermittent crash when using the rewind debugger in the Game Anim Sample. ...

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

UE - Rendering Architecture - RHI - 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 ...