Why adding inputs in Controller doesn't work?

I have noticed that when using Add Yaw Input inside the controller it does nothing, while when putting it inside the Pawn itself it works normally:

Controller:
image

Pawn:

You’re driving the tank, not the controller :slight_smile:

Well, but in both cases the tank’s yaw, pitch and roll is controlled by the controller rotation, also they are the same node (Target is Player Controller, it shouldn’t behave different depending from where it’s called

1 Like

Ahh, see what you mean… :slight_smile:

So… should I report a bug or something like that?

I assume it’s something to do with possession. Maybe a bright spark will come along and explain… :slight_smile:

Well, the GameMode has the Pawn and Controller configured. The Controller Tick is running correctly and the controlled pawn is the tank on the scene

image

1 Like

maybe it’s the problem of Tick :sweat:

1 Like

Do you know why this is, @Everynone?.. :smiley: