Look right/left and up down speed?

Guys where are the settings for the character look up/down and left/right turn rate speeds in ue4?

Also what are the keyboard look up/down keys?

To make the camera move up or down you use the mouse. If you want the keyboard to do the same
if its not been pre-programmed in the engine, then you have to program the keys yourself.

Where’s the setting for actual speed of turn movement both up and down as well as left and right

Off the top of my head, I believe (at least in the Third Person example) the character blueprint itself has a variable that determines the turnrate.
Furthermore, since up/down and left/right are axis mappings, you can also adjust the values via Project settings -> Input (change it from 1.0 to 0.75 for example), but I don’t think you should. It’ll likely mess up controller joystick input.

Isn’t there a menu option somewhere, I could’ve sworn I’ve done this before from a menu, but it seems to have eluded me