APlayerController::ClientEnableNetworkVoice

Tell the client to enable or disable voice chat (not muting)

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/GameFramework/PlayerController.h

Include

#include "GameFramework/PlayerController.h"

Syntax

virtual void ClientEnableNetworkVoice
(
    bool bEnable
)

Remarks

Tell the client to enable or disable voice chat (not muting)

Parameters

Parameter

Description

bEnable

enable or disable voice chat

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss