When using Replicated Movement, certain combined linear/angular movements cause the client to freeze for several seconds and then catch up to the server. This is a regression from 4.21.2 (CL-4753647 ...
When you remove an axis mapping using a specific key it will remove all mappings even if they have separate scales. The user found a fix that I verified that worked. In "InputSettings.cpp", which i ...
In UE4, Reparenting the Child Component did not update it on the screen, but the Relative Transform was updated. However, UE5 now retains Relative Transform, so there are on-screen updates. This is ...
When using VirtualHeightfieldMesh we see intermittent crashes in FDepthPassMeshProcessor::TryAddMeshBatch(). This can happen when FVirtualTextureProducerCollection::CallPendingCallbacks() is called ...
When changing the variable type of a variable in a struct, it can cause some pins related to arrays of this struct to become disconnected. The project provided was from the Marketplace, entitled "Su ...
Using Straighten Connections shortcut can cause the editor to crash after removing node pins. This appears to be due to GetGraphPinForMenu returning the last pin selected (in this case, the removed ...
There is an issue where Point lights with source length building static lighting in the incorrect direction, the axis in which the light to be built seem to conflict with the preview build. This iss ...
For some reason, it appears that manually setting the focus (whether it be user, keyboard, or both) on an editable text box in UMG causes the caret to blink slowly. However if you were to manually s ...
If the default value of a replicated property is edited on an instance of a placed-in-map actor, then on the server is value is changed back to the default, a client who joins in progress after this ...
A licensee reports that the values of an FInstancedStruct do not get properly duplicated if they differ from the default values of the Actor or TArray to which they belong. Possible short-term wo ...