FVoiceEngineImpl::SetPlaybackPriority

Sets the playback priority of a remote talker for the given user.

Windows
MacOS
Linux

Override Hierarchy

IVoiceEngine::SetPlaybackPriority()

FVoiceEngineImpl::SetPlaybackPriority()

References

Module

OnlineSubsystemUtils

Header

/Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Public/VoiceEngineImpl.h

Include

#include "VoiceEngineImpl.h"

Syntax

virtual uint32 SetPlaybackPriority
(
    uint32 LocalUserNum,
    const FUniqueNetId & RemoteTalkerId,
    uint32 Priority
)

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.

Returns

0 upon success, an error code otherwise

Parameters

Parameter

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

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