Actor rotation

Why my rotation dosent work?

It works fine on mine.

Try print string your actor rotation. Your actor may be rotating, but it just doesn’t show it because of some other setting.

Sorry for asking but, are you sure the input works? Can you try to add a print string node to check?

If it’s not working, maybe this pawn is not your default pawn in the GameMode?

1 Like

And if it is the reason, what the settings i need to change?

And if it is the reason, what the settings i need to change?

In such a case, I would think the most likely culprit would be “use controller rotation yaw” in the class defaults.

If that isn’t it, I would look through all the camera/controller settings in the class settings and defaults. They have some checkboxes that can do unusual things if you combine them certain ways.

You need to either set the Pawn as the default pawn in your game mode or, for testing, you can also set “Auto receive Input” on the pawn itself. Set it to player 0.

1 Like