So what I’ve been trying to do is adjust the camera limits based on the actor rotation, then once the limits are hit rotate the actor. Spent hours trying to work it out any help would be greatly appreciated. Very new to UE Blueprints.
edit: With what i have given it is very jumpy when rotation hits the 90/-90 limit.
I have mine set up slightly different, for replication purposes. Without seeing how yours reacts I can’t give you full advice, but firstly you want an RInterp in there so you smooth the Set Actor Rotation. You need Delta time for this and can set the Interp speed to about 3-7. Despite me doing this mine still rattles.
I also don’t use Set Actor Rotation but Add Actor Rotation I believe.
So you are finding the difference between Actor Rotation and Controller rotation getting the Delta taking just the Yaw Input make into Rotator then into a Rinterp then add the Rotator difference to Actor rotation.
See how you get on with the Rinterp and AddActorRotation nodes.