I have actually solved this - an instance of a PhysicalMaterial with Sleep Linear Velocity Threshold and Sleep Angular Velocity Threshold (and maybe other sleep parameters if desired) needs to be created and assigned to your physics body.
I’m not sure at this point, but I’m quite confident I’ve tried those parameters before resorting to a solution with a higher complexity, which was applying the physics material. Also, please note it was UE5 EA, maybe the problem is fixed in the newer version.
Marvelous. I spent a couple of days looking for the reason why my object automatically stops at low angular velocity values and does not continue to rotate. I dug through all the project settings related to physics. I didn’t find anything and was already thinking about doing “my own physics” (rotating the object by a small angle on my own), but the solution to assigning the material helped. Now the object can rotate at very low speeds. (I hope Google Translator translated it clearly enough)))