Rotating an Actor

Guys I wanna rotate my cube but when I click play button and when I try to rotate my cube by pressing “A” it does not work but my camera’s position changing. I dont want to change my camera’s position. I want to change my cube’s rotation. How can I do that?

The camera position changes because within the concept of the WASD steering, the A key is assigned to “strafe left”.
The reason why nothing is happening is because by default your blueprint does not have its input enabled.
Go to the details panel and change the (auto)input option from “disabled” to player0.
Now your BP actually cares about user inputs and will process your input.

Just choose a different key outside the “W,A,S,D” set :slight_smile: