Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UPackageMapClient
Description
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
Virtual Inheritance
- UPackageMap::NotifyBunchCommit → UPackageMapClient::NotifyBunchCommit
| Name | NotifyBunchCommit |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/PackageMapClient.h |
| Include Path | #include "Engine/PackageMapClient.h" |
| Source | /Engine/Source/Runtime/Engine/Private/PackageMapClient.cpp |
virtual void NotifyBunchCommit
(
const int32 OutPacketId,
const FOutBunch * OutBunch
)