UVOIPStatics::GetVOIPTalkerForPlayer

These functions retrieve a pointer to a VOIPTalker associated with a specific player, if there is one available.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Net/VoiceConfig.h

Include

#include "Net/VoiceConfig.h"

Source

/Engine/Source/Runtime/Engine/Private/VoiceConfig.cpp

Syntax

static UVOIPTalker * GetVOIPTalkerForPlayer
(
    const FUniqueNetIdWrapper & InUniqueId,
    FVoiceSettings & OutSettings,
    UWorld * InWorld,
    APlayerState ** OutPlayerState
)

Remarks

These functions retrieve a pointer to a VOIPTalker associated with a specific player, if there is one available.

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