Digital buttons for gamepad thumbsticks and triggers can fire multiple times per-frame in Game Input

UE - Gameplay - Input - Dec 4, 2024

In Game Input, the buttons for different thumbstick and trigger digital events (i.e. RightStickUp, LeftStickUp, LeftStickRight, etc) can actually fire multiple times in a single frame, even though w ...

Iris - always relevant actors placed in the map do not appear in the debug list

UE - Networking - Iris - Dec 4, 2024

This seems to occur regardless of which filter is used and whether bNetLoadOnClient is true or not. ...

Exporting process stuck in "Estimated time" phase when uploading projects with Panorama Sets & Presentation after freshly booting TM

TM - Core - Dec 4, 2024

Cloud Build: TWINMOTION CL app-2023.2.33001994-2024.1.37216540-2025.1.38508591-cloud-2024.12.02.095314 (DEV / STAG, CHROME) Issue: Exporting process stuck in "Estimated time" phase when uploading p ...

Enabling "ShowFlag.PhysicalMaterialMasks" causes editor crash when physical material masks aren't yet imported.

UE - Simulation - Physics - Dec 3, 2024

When there is a physical material mask asset that has been created and applied to a mesh in the level without having a texture source imported yet, and then "ShowFlag.PhysicalMaterialMasks" is enabl ...

FRenderThreadCommandPipe::EnqueueAndLaunch does not properly capture/reapply LLM Context in all situations

UE - Rendering Architecture - RHI - Dec 3, 2024

When multiple render commands are enqueued before the graph task runs for a prior enqueued command, the new commands will be put into the Queue for the task to run and no context is captured. When t ...

Large World Coordinates appears to not work for Niagara Mesh Particles

UE - Graphics Features - Nov 28, 2024

When a Niagara System is placed at around 10^8 units away from the origin, the movements of the mesh particles aren't smooth as expected, but jumpy. These particles behave as if they are using a flo ...

Game thread anim task evaluation can happen on first frame update even when bTickAnimationOnSkeletalMeshInit is unset

UE - Anim - Runtime - Anim Blueprints - Nov 28, 2024

The bTickAnimationOnSkeletalMeshInit should prevent a game thread update of the anim instance on the frame that a mesh is spawned.  However, a bug in RefreshBoneTransforms is resulting in a game thr ...