Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/IMPCollector
Description
Called periodically on CookWorkers (period is determined by cooker), and called once with IsFlush()=true at end of cook. Call AddMessage which will be passed to ServerReceiveMessage on the CookDirector.
| Name | ClientTick |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Cooker/MPCollector.h |
| Include Path | #include "Cooker/MPCollector.h" |
virtual void ClientTick
(
FMPCollectorClientTickContext & Context
)