Networked Root Motion Sources can experience desynchronisation that is not present in animation root motion under forced adjustment

UE - Gameplay - Feb 13, 2024

In a networked environment with high packet loss (or high forced adjustment factor), motion applied using Root Motion Sources can desynchronise under conditions that animation root motion does not. ...

When the Initial Position of an Animation Asset is entered outside the expected range, the animation gets stucked and does not refresh.

UE - Anim - Runtime - Mar 18, 2024

The animation gets "corrupted" when the Initial Position value has an invaildad value. In this case, this means that the Initial Position value is outside the range of the duration of the Animation. ...

Look at Android GetTimeStamp local file handling

UE - Platform - Mobile - May 29, 2020

Only files in UFS or NonUFS manifest that are local are returning a non-minvalue timestamp.  While this is expected it is causing issues with logging file handling. See: https://udn.unrealengine.co ...

Shader Complexity not working correctly on Deferred Decals

UE - Graphics Features - Sep 3, 2020

If you place a deferred decal in the world and then set the view mode of the viewport to "Shader Complexity", the decal doesn't affect the complexity value. ...

"Base Pass Shader" stat results are missing or display incorrect information while using Vulkan

UE - Rendering Architecture - Shaders - Nov 15, 2021

Base Pass Shader results are not showing, or showing up incorrectly when looking at the Stats results within the material editor of an Unreal Editor using Vulkan. Regression Tested: //UE4/Release-4 ...

Scaling actor along the Z Axis while the X and Y axis are set to 0.01 causes the Actor to stop rendering in the scene

UE - Graphics Features - May 27, 2022

This is a regression tested in //UE5/Release-5.0 CL18319896 Scaling a Static Mesh along the Z Axis while the X and Y axes are set to 0.01 causes the Actor to stop rendering in the scene once the Z ...

When using ProceduralFoliageVolume, ActorFoliage can be used even if World Partition is enabled in UE5.0

UE - World Creation - Worldbuilding Tools - Foliage - Jun 28, 2022

UE5.0 does not support ActorFoliage at Levels where World Partition is enabled ( [Link Removed] ), but ActorFoliage will work via ProceduralFoliageVolume. And when you cook the level you will get an ...

Reparenting an actor BP to EditorUtilityActor does not give access to editor utility nodes

UE - Gameplay - Blueprint Editor - Jul 11, 2022

Ran into this while answering a UDN. A user was expecting to find the blueprint functions available to Editor Utility Blueprints after reparenting their actor to EditorUtilityActor. I confirmed that ...

Network Emulation outgoing dropped packets on client higher than expected

UE - Networking - Oct 14, 2022

Under certain network emulation settings, it looks like outgoing packets from the client will be dropped in groups (around 4 or more packets at a time) rather than individually. This leads to the ac ...