FOnlinePartyData::OnPacketSent

Increment the stat tracking variables on packet sent

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlinePartyInterface.h

Include

#include "Interfaces/OnlinePartyInterface.h"

Syntax

void OnPacketSent
(
    int32 PacketSize,
    int32 NumRecipients,
    bool bIncrementRevision
) const

Remarks

Increment the stat tracking variables on packet sent

Parameters

Parameter

Description

PacketSize

size of the packet generated

NumRecipients

number of recipients the packet was sent to

bIncrementRevision

this packet was a dirty packet update so we should increment the revision

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