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 ...
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 ...
StaticMeshComponentPropertyOverride only takes effect when the flag ExecuteOnTheGPU is off. All error checking for StaticMeshComponentPropertyOverride turns off when the flag ExecuteOnTheGPU is off ...
Landscape HLODs are broke when build from Editor. See repro steps above. I have not provided a repro project as it uses the open world starter map. Note that current Main has additional bugs that o ...
The deadlock occurs when attempting to cancel compression during animation sequence destruction. The compression thread ends up deadlocking with the game thread, which is the one requesting the canc ...
A licensee reported that the Bulk data for the nanite mesh generated for Landscape proxies can leak in the editor. It could appear as the normal BulkData “leadk” related to fulling loading an Asset ...
The Approximated Mesh HLOD layer cannot use its default materials: FullMaterialBakeOutputMaterial_PackedMRS and FullMaterialBakeOutputMaterial. The Param2D names are incompatible and the materials ...
Context When crouching and uncrouching with Mover’s DefaultMovementSet, the pawn capsule’s half height is changed. This behavior mimics the CharacterMovementComponent. To ensure the pawn’s feet sta ...
Since UE 5.7, Material Functions are included in the Layer Asset list of the Material Layers of an instanced material using material layers. It is also possible to drag and drop Material Functions ...