Rotate Player on Roll Axis

I want to roll my controlled character on the roll axis while its in mid air, i know how to activate it only in mid air but I do not know how to rotate the character smoothly on the roll axis, i have it set so that Q and E are the Rotate controls. Q is scaled to -1 and e is scaled to +1.

What’s your current input setup?

This is my current Input Setup

What sort of roll you do need? Like a plane that tilts a bit and goes back?
A full barrel roll maybe? Or do you need to just Add roll and leave it there?

Not sure if this is the type of Roll you need…

This tilts it up to 90° and then returns if if you release the input.

Because adding Roll is super easy.

263908-1.png

Ok so i figured out how to rotate the character but I want it to Revert back to being 90* when the player hits the ground

you mean 0°?

Player is only meant to be able to rotate the character in the air?

Because you can check if character “MovementComponent > isFalling” meaning is not touching the ground, and only let it roll then.

But without knowing what are you doing, is pretty hard to give you an easy answer.

Yea, I mean 0