Problem trying to create a car entering system

Hello, i’m trying to create a thirdperson car entering system. I followed a tut on YT, and it worked perfectly. until i tried to add a second car. the stuff works at 90% except that when i try to exit the first car, i can’t. and i get the following error

here’s the car BP


and the character BP

i checked an asset i own in my vault, that does the stuff. and what they did is create a master car BP, and childs BP for every car type

Seems like you are setting character 2 variable in the character bp and not in driverman bp.

thanks for the help. but it seems that prob is recurrent. So i decided to follow a tut provided with a marketplace car pack. i’m stuck when i try to use my own playercontroller. for some reason the game won’t call it. it keeps calling a default controller of i don’t know where

small update the controller issue was caused by the fact i was playing in the editor. when launching the game in standalone, or using the Play from here in the editor it worked properly.
regarding the car exiting issue, i couldn’t fix it. So i decided to use a marketplace asset pack that uses a master BP, and child BP for the different cars. still need to learn how to create cars with compatible bones structure to make the thing work. but it’s in good way. just need to find the time…