Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UPackageMapClient
Description
This is called during the sending of a network bunch. The returned bunch is prepended to the outgoing bunches and guaranteed to be processed upon receive (before ack)
| Name | CreateCustomExportsBunch |
| 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 |
FOutBunch * CreateCustomExportsBunch
(
const FOutBunch & OutgoingBunch
)