Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/IMPCollector
Description
Called during events on the CookDirector (see Context.GetEventType()). Not called periodically, if you need a periodic call, implement FTickableCookObject. Call AddMessage which will be passed to ClientReceiveMessage on each CookWorker.
| Name | ServerTick |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Cooker/MPCollector.h |
| Include Path | #include "Cooker/MPCollector.h" |
virtual void ServerTick
(
FMPCollectorServerTickContext & Context
)