I’m working on a project in UE5 using an AI car pack. I put an NPC in the car, and at a certain point the character removes the NPC from the car and takes the wheel. However, even with this configuration, my car isn’t moving. Can anyone help me?
Your player controller must possess the car for it to receive input. Right now, I would assume that your player controller is possessing your player character.