Navigation
API > API/Plugins > API/Plugins/VoiceChat
| Name | EVoiceChatTransmitMode |
| Type | enum |
| Header File | /Engine/Plugins/Online/VoiceChat/VoiceChat/Source/Public/VoiceChat.h |
| Include Path | #include "VoiceChat.h" |
Syntax
enum EVoiceChatTransmitMode
{
None,
All,
SpecificChannels,
}
Values
| Name | Remarks |
|---|---|
| None | Transmit to none of the channels you are in |
| All | Transmit to all of the channels you are in |
| SpecificChannels | Transmit to specific channel(s) |