Hello everyone. I am pretty much a beginner in UE5.
I’m making my first project where I am making a VERY simple demo for a self driving forklift. I have mostly used “AI Move To” to get it to move to specific target points. The movement of the body and the fork it self is done and I am very pleased. Now the problem is the wheels. I want the model to have visible wheels. However I have no idea how to make the wheels rotate in accordance to the movement of the body. Best way to explain it is: when making a drivable car in UE5 I’ve seen people use blueprints to code the steering axis for the steering wheel that was is also connected to the actual front wheels. However as this is a self driving forklift I need the wheel axis to rotate proportionately to the movement of the AI.
All tips and help is welcome! Thank you.