I am trying to implement a jump mechanic which will rotate the player upside down when the key is pressed. So that the feet of the character will go towards the ceiling.
I have tried sending input using Add Controller Roll Rotation and I have also tried SetWorldRotation but none seem to do anything.
How could I make the player rotate upside down?