UNetConnection::ShouldReplicateVoicePacketFrom

Called to determine if a voice packet should be replicated to this connection or any of its child connections

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/NetConnection.h

Include

#include "Engine/NetConnection.h"

Source

/Engine/Source/Runtime/Engine/Private/NetConnection.cpp

Syntax

bool ShouldReplicateVoicePacketFrom
(
    const FUniqueNetId & Sender
)

Remarks

Called to determine if a voice packet should be replicated to this connection or any of its child connections

Returns

true if it should be sent on this connection, false otherwise

Parameters

Parameter

Description

Sender

the sender of the voice packet

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