Is there a way to kick clients from the server side? All tutorials do client side kicking.

The final post has an implementation

AGameSession has a method KickPlayer which takes in a playercontroller (can be saved to array on postlogin) and an FText regarding the reason for the kick

1 Like