How is the Move function executed?

I’m asking myself, why the print in ATank::Move is executed in what seems to be every tick. Where is the function called? My guess is that this happens in ATank::SetupPlayerInputComponent. Specifically inside the BindAxis function. But then my question is where this function gets called?

That only does the binding, it does not call it. The input component will call it during its tick.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms