CitySample - City Sample Vehicle - Difference?

Hi all,

This is the first project I am working on. I have been using ‘City Sample Vehicle’ and in the blueprints there is a BP_Vehicle which I have added manual transmission e.g looking a rpm count, making sure you press clutch and then change gear.

I am now happy with this and want to implement it on the ‘City Sample’. I found the same blueprint BP_Vehicle but it seems like there is no InhancedInput Actions in the blueprint?

Could someone explain why? And how i can implement this to that project?

Hi Aalizadeh, Welcome to the Forums,

My guess would be that the Vehicles in the City Sample project have a different parent class. (Look in the Upper-Right to see what the parent class is)

The input is probably handled in the parent class. The ‘City Sample’ vehicles have extra features (Crash/Destruction system) so that might be the reason for this extra complexity.

I think making your custom car with the City Sample Vehicle template was the right thing to do though.

The best path forward for you would be to do some learning about the ‘Enhanced Input System’ and once you get handle on the setup/moving parts you’d be able to see how It’s setup in the City Sample and rework/change as needed.

Let us know if you’re still having troubles!