UPackageMapClient::NotifyBunchCommit

Called when a bunch is committed to the connection's Out buffer.

Windows
MacOS
Linux

Override Hierarchy

UPackageMap::NotifyBunchCommit()

UPackageMapClient::NotifyBunchCommit()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/PackageMapClient.h

Include

#include "Engine/PackageMapClient.h"

Source

/Engine/Source/Runtime/Engine/Private/PackageMapClient.cpp

Syntax

virtual void NotifyBunchCommit
(
    const int32 OutPacketId,
    const FOutBunch * OutBunch
)

Remarks

Called when a bunch is committed to the connection's Out buffer. ExportNetGUIDs is the list of GUIDs stored on the bunch that we use to update the expected sequence for those exported GUIDs

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