I am trying to rotate a bone of a default mesh in C++ using Unreal Engine 5.
Now what i want is to give bone id or name and pass my 3d axis to the function and the function rotates that bone
Is there any function or possibility to do this without using BluePrints