Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/GameFramework > API/Runtime/Engine/GameFramework/APlayerController
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/GameFramework/PlayerController.h |
Include | #include "GameFramework/PlayerController.h" |
UFUNCTION (Server, Reliable, WithValidation)
virtual void ServerMutePlayer
(
FUniqueNetIdRepl PlayerId
)
Remarks
Tell the server to mute a player for this controller
Parameters
Name | Description |
---|---|
PlayerId | player id to mute |