Thanks for your work, . but i have another question, i have a cpoy of your “FollowSplineComponent” in my own project, then i did something like below:
- generate a blueprint class named ‘NewAICar’ which inherited from ‘WheeledVehiclePawn’.
- attach ‘FollowSplineComponent’ to ‘NewAICar’.
- click simulate in UE5.
but there is nothing happened, the ‘NewAICar’ just moved a very tiny distance, so: - is there any setting about ‘NewAICar’ i have missed?
- would you please show me the process of setup ‘SportsCar_Pawn’ in your project?