I’m trying to create a character pawn that utilizes the AI Move To task, and I want to control how the pawn handles movement inputs by consuming the current movement input vector, manipulating it, and then adding it back. However, Consume Movement Input Vector always returns 0, and Add Movement Input doesn’t seem to do anything. How can access and set the movement input myself?