4. Mute other Players {{ currentPage ? currentPage.title : "" }}

1. With PlayerTemplate: Override SP8_Override_CanMuteOtherPlayer inside your Player BP.

Without PlayerTemplate: Edit the Interface Function SP8_CanMuteOtherPlayer inside your Player BP.

Set the Return Node to true, so the Player can Mute other Players.

Of course you can create a variable (depending on the Minutes or Muting itself) and set it to true or false, depending if you want him to allow the function.

Now you are able to call the Function MuteOtherPlayer.

I’ve created an example in the next Tutorial.

{{{ content }}}