This issue occurs when merging static meshes that have multiple LODs. If they are using UV1 for lightmap index, after merging, the UV1 of the result for each LODs will all be differents, making the ...
This never happens on ue5.0.0 The problem appears to be caused by a deleted PhysicsProxy being registered with Solver. Since the solver accesses the deleted PhysicsProxy, it may crash. Checking a ...
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 ...
When playing in "New Editor Window" mode, entering the r.setres command does not change the screen size. This worked in UE4.27, but no longer works in UE5.0. ...
When the Editor launches it does not have a file lock on assets that are not open. When the asset is opened for editing, UE gets a lock on the file and this lock persists even after the tab is close ...
Wave files created by the Wave Writer nodes in MetaSounds cannot be imported successfully into the engine. On my end, wave files created by Audacity could be imported successfully, so there does see ...
ISequencer :: OnStopEvent is executed when pause, but not when playing to the last frame and stopping automatically. This is because OnStopDelegate.Broadcast(); is only in FSequencer::Pause(). When ...
Tested in //UE5/Main CL#20966071 Tested in //UE4/Release-4.27 CL#18319896 Physics Constraint returns incorrect values for Swing1, Swing2, and Twist. ...