UNetDriver::ReplicateVoicePacket

Determines which other connections should receive the voice packet and queues the packet for those connections.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/NetDriver.h

Include

#include "Engine/NetDriver.h"

Source

/Engine/Source/Runtime/Engine/Private/NetworkDriver.cpp

Syntax

virtual void ReplicateVoicePacket
(
    TSharedPtr< class FVoicePacket > VoicePacket,
    class UNetConnection * CameFromConn
)

Remarks

Determines which other connections should receive the voice packet and queues the packet for those connections. Used for sending both local/remote voice packets.

Parameters

Parameter

Description

VoicePacket

the packet to be queued

CameFromConn

the connection this packet came from (NULL if local)

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