Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/IMPCollector
Description
Called on CookWorker when a package is saved, or found to be unsaveable. In MultiprocessCooks, it will usually be called once with a set of the platforms saved, but it is possible it will be called once per platform if the package is found at different times to be needed on different platforms. Call AddMessage which will be passed to ServerReceiveMessage on the CookDirector.
| Name | ClientTickPackage |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Cooker/MPCollector.h |
| Include Path | #include "Cooker/MPCollector.h" |
virtual void ClientTickPackage
(
FMPCollectorClientTickPackageContext & Context
)