Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Cooker
Inheritance Hierarchy
- FRefCountBase
- IMPCollector
- FAssetRegistryMPCollector
- IMPCollectorForMessage
- TMPCollectorClientMessageCallback
- TMPCollectorServerMessageCallback
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/Cooker/MPCollector.h |
| Include | #include "Cooker/MPCollector.h" |
Syntax
class IMPCollector : public FRefCountBase
Remarks
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.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ClientReceiveMessage
(
FMPCollectorClientMessageContext& Context, |
||
| void | ClientTick
(
FMPCollectorClientTickContext& Context |
||
| void | ClientTickPackage
(
FMPCollectorClientTickPackageContext& Context |
||
| const TCHAR * | GetDebugName () |
||
| FGuid | |||
| void | ServerReceiveMessage
(
FMPCollectorServerMessageContext& Context, |
||
| void | ServerTick
(
FMPCollectorServerTickContext& Context |
||
| void | ServerTickPackage
(
FMPCollectorServerTickPackageContext& Context |