Hey @mmcmain
You can use FindLookAtRotation and split the rotation to use these values for your input. Your Start is your current location and your target is your location + direction. Then you would have to check how much pitch/yaw you can get like 10degree/1second with +1. So you would have to calculate how long you have to set an input to reach your target pitch/yaw. You could adjust these values (-1/+1) to reach pitch/yaw targets faster or slower.