Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces > API/Plugins/OnlineSubsystem/Interfaces/IOnlineVoice
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/VoiceInterface.h |
| Include | #include "Interfaces/VoiceInterface.h" |
void StartNetworkedVoice
(
uint8 LocalUserNum
)
Remarks
Tells the voice layer that networked processing of the voice data is allowed for the specified player. This allows for push-to-talk style voice communication
Parameters
| Name | Description |
|---|---|
| LocalUserNum | the local user to allow network transmission for |