Hi guys,
I have finished watching the videos about the BatleTank and was hoping to solve the problem later on, but seems to be stuck.
The situation is following: when Ben was doing a “final” update of the movement system the previous approach was partially broken. Why partially? Because it was working for some time, but after several lectures the MovementComponent was not reachable but the code.
I have tried to delete and create a new movement component, but with no success. Does anybody know how to solve such problem?
I have compared the code on the github with mine - it’s identical, all nodes within the blueprints are properly connected.
Interesting thing that as long as I don’t have a controller I am using WSAD keys and the Throttle is always -1, 0, +1 depending on the pressed key, there are no 0.XX values for example.