I don’t want to be able to rotate anymore than 90 degrees left and right and up and down maybe no more than 35. Basically I 'm trying to simulate the real constraints of the human neck as far as looking around in the world goes.
So my camera is currently in the same blueprint as my player character and I have a body with a camera on the neck and again, I Just want to limit how far left and right he can look around without having to turn his body to see more.
this shows how to take the input from a character controller and restrain it to +/-100 degrees horizontally and +/- 20 degrees vertically, so, change those values as you see fit.
Well, you are implying that you have a character that looks around fine and you would like to restrict the look rotation values of said character. He handed you the answer. If you understand how the Clamp functionality works, just place it where it needs to go and you have your functionality. No need to be rude.
You did say:
I know there are clamp nodes, I just don’t know how to use them
The math map shows how to use a clamp on a vector, its a slider. so its using a float clamp, and has nothing to do with camera rotation. I came here and asked because I have go through the examples and tried to get it to work on my own without success. So coming here and trying to get help only to be told to go and look at the content examples is not at all helpful. I hope you understand that. People who just come and write 1 line responses saying go look at the example are the ones being rude.