How do you make default camera driver view with no toggle in UE4 Car Template?

Hi, I know it’s a noob question but I’m just starting out and I was wondering, how do you delete the switch camera code and make it so it only uses the driver view on the UE4 vehicle template?

Hey @NextGen_Account
so in the blueprint Sedan (simple vehicle template Content/VehicleBP/Sedan) or in the VehicleBlueprint (advanced vehicle template Content/VehicleAdvBP/Blueprints/) there is this code on EventBeginPlay:
image

You can change it to this:
image

This will enable the view from inside the car. To disable the Switch for changing the cameras you can disable this event:

So it looks like this:

It worked, thank you!

1 Like