What is the relationship between TankPlayerController and Tank Pawn?

What is the relationship between TankPlayerController and Tank Pawn? Where is the connection ?
In other words we created TankPlayerController fully separated to Tank pawn, so how does the Tank Pawn know the suitable TankPlayerController for it ? I did not note any variable or combobox refers to that !!
What is the idea ??

The default PlayerController and Default Pawn was set within the Game Mode. That’s what sets those up.

1 Like

Thanks Mr Dan :slight_smile: but,
What if we add more than one Tank with AIPlayerController to my game, How can we identify the AIPlayerController and the Tank pawn that is related to it ?

Do you mean AITankController? Otherwise I’m not sure which you’re referring to AI or Player?

yes i mean AITankController ?

Like Ben did he setup the default AIController within the Tank blueprint. You can also specify the AIController class on each specific instance.

1 Like

I get it, thank a lot :slight_smile:

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms