In AActor::GatherCurrentMovement, bWasAttachmentModified will be set to true if the actor’s root component has an AttachParent, even if none of the values in the AttachmentReplication struct have ch ...
Up to UE 5.5, skeletal mesh physics did not get updated when the component's scale changed. This was improved on January 2025 with CL 39190335, which addressed [Link Removed] ...
In FStateTreeCompareEnumCondition::GetDescription, the Left.Enum value is mistakingly used when setting the RightValue. This causes crashes when resetting the default value of the Right field in an ...
Client has a workflow issue with the reimport pipeline: UStaticMesh::bSupportPhysicalMaterialMasks should be copied over to UBodySetup::bSupportUVsAndFaceRemap before it takes effect for raycasts, ...
There is a bug affecting DetailGroups in the engine. When adding child DetailGroups to a parent DetailGroup, the expansion state does not behave as expected and ignores the flags intended to control ...
When the level currently being edited has unsaved changes and the user opens a new one, the Editor asks if the changes should be saved. If the user answers negatively, the level asset is reverted to ...
Class HordeHttpClient has some Async Task methods to make HTTP requests to the Horde Server. In particular, method GetProjectsAsync() sends a request to endpoint "api/v1/projects" with query paramet ...
Nanite geometry does not cast Distance Field Shadows outside of the clipmap range for Virtual Shadow Maps. Non-Nanite geometry does cast these shadows. ...
When connecting to the server, if the client activates some local cells while the connection is still pending, ULevelStreaming::IsConcernedByNetVisibilityTransactionAck will return false. In this ca ...
Currently, we detect whether an anim instance is supported by the skeletal mesh and, if it isn't, unreference the instance, but we don't error or warn the user that this happened. This leads to conf ...