Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils > API/Plugins/OnlineSubsystemUtils/FVoiceEngineImpl
- IVoiceEngine::SetPlaybackPriority()
- FVoiceEngineImpl::SetPlaybackPriority()
References
| Module | OnlineSubsystemUtils |
| Header | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Public/VoiceEngineImpl.h |
| Include | #include "VoiceEngineImpl.h" |
virtual uint32 SetPlaybackPriority
&40;
uint32 LocalUserNum,
const FUniqueNetId & RemoteTalkerId,
uint32 Priority
&41;
Remarks
Sets the playback priority of a remote talker for the given user. A priority of 0xFFFFFFFF indicates that the player is muted. All other priorities sorted from zero being most important to higher numbers being less important. 0 upon success, an error code otherwise
Parameters
| Name | Description |
|---|---|
| UserIndex | the local talker that is setting the priority |
| UniqueId | the id of the remote talker that is having priority changed |
| Priority | the new priority to apply to the talker |