Navigation
API > API/Runtime > API/Runtime/CoreUObject
Classes
| Type | Name | Description | |
|---|---|---|---|
| FMPCollectorClientMessageContext | |||
| FMPCollectorClientTickContext | |||
| FMPCollectorClientTickPackageContext | |||
| FMPCollectorServerMessageContext | |||
| FWorkerId | Identifier for a CookWorker process launched from a Director process, or for the local process. | ||
| IMPCollector | Interface used during cooking to send data collected from save/load on a remote CookWorker to the Director for aggregation into files saves at the end of the cook. | ||
| IMPCollectorForMessage | A subinterface of IMPCollector that uses a ICollectorMessage subclass to serialize the message. | ||
| IMPCollectorMessage | Baseclass for messages used by IMPCollectors that want to interpret their messages as c++ structs. | ||
| TMPCollectorClientMessageCallback | An implementation of IMPCollector that uses an ICollectorMessage subclass to serialize the message, and directs messages received on the client to the given callback. | ||
| TMPCollectorServerMessageCallback | An implementation of IMPCollector that uses an IMPCollectorMessage subclass to serialize the message, and directs messages received on the server to the given callback. |