How to make a blueprint for piloting vehicles?

Hi there I am new here and I made a simple third person game, but I wondered… can my characer pilot a vehicle, like a ship?

if yes does anyone have a detailed
tutorial?

yours truly,

First you need to setup a “Pawn” blueprint class for the vehicle you want to pilot. Then you need to use the “Possess” function and have the “PlayerController” possess the pawn of the ship you wanna pilot.

You can start here: Possession of Pawns - Unreal Engine 4 Blueprint Tutorial - YouTube

tnx I’ll try when I need it :wink: