Flip car as different possessed pawn?

Both the Character class and Vehicle class need to implement the interface.

When possessing the character it needs a reference to the vehicle. Best course is to line trace to the vehicle. Get the reference that way.

Then you take hit actor → does implement interface → Call BPI event.

For multiplayer you’ll need the server to do the trace and call.