Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/IMPCollector
Description
Called on Director each time a package is assigned to a CookWorker (note this may occur several times for a single package in cases of retraction). Call AddMessage which will be passed to ClientReceiveMessage on the assigned CookWorker.
| Name | ServerTickPackage |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Cooker/MPCollector.h |
| Include Path | #include "Cooker/MPCollector.h" |
virtual void ServerTickPackage
(
FMPCollectorServerTickPackageContext & Context
)