Problem with overlaping pawn character

Hello i made simple mobile game. The character is basic blue pawn vehicle from starter pack from UE4. In the eatch level i have trigger box whitch is “finish line”. The problem is when the vehicle enter trigger box it overlaps but the process stop in front of branch… The same script work for character whitch is not pawn with no problem. I just wanna ask you if i can fix it somehow. I appreciate any help. Thanks.

Have you set the collision dropdown to look for your pawn?
Read this

You will need to make sure the objects are talking to each other.

Hello in my other levels i have couple trigger boxes as well ( like some opening door…) and there is no problem. The pawn enter trigger box and the door open. But here for some reason it doesnt work. I dont know if is problem because the vehicle is pawn but this script should be right because it works for character with no problem (but character is not pawn).

Make sure your trigger volume collision settings are set to Overlap Vehicles, if they are set to ignore or block then an overlap event won"t fire.

Hello, i try to to set my trigger box to overlap pawn, overlapall, vehicle but nothing work… But thanks that you tryed :slight_smile: I appreciate it :slight_smile:

Hello, I wanna thank you for your help I finally figured it out. Thanks for your time and help and best of luck :slight_smile: