Handle rounds and active controllers

For my board game I need to care about rounds in terms of : one player has to wait until one’s move has ended. So how can I deactivate/activate a APlayerController/AIController ?

Hello,

You can use the functions EnableInput and DisableInput.
Or use a boolean.

Thank you Im gonna try that.