Navigation
API > API/Runtime > API/Runtime/CoreUObject
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.
| Name | IMPCollector |
| Type | class |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Cooker/MPCollector.h |
| Include Path | #include "Cooker/MPCollector.h" |
Syntax
class IMPCollector : public FRefCountBase
Inheritance Hierarchy
- TTransactionalAtomicRefCount → FRefCountBase → IMPCollector
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IMPCollector() |
Cooker/MPCollector.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ClientReceiveMessage
(
FMPCollectorClientMessageContext& Context, |
Cooker/MPCollector.h | ||
virtual void ClientTick
(
FMPCollectorClientTickContext& Context |
Cooker/MPCollector.h | ||
virtual void ClientTickPackage
(
FMPCollectorClientTickPackageContext& Context |
Cooker/MPCollector.h | ||
const TCHAR * GetDebugName() |
Cooker/MPCollector.h | ||
FGuid GetMessageType() |
Cooker/MPCollector.h | ||
virtual void ServerReceiveMessage
(
FMPCollectorServerMessageContext& Context, |
Cooker/MPCollector.h | ||
virtual void ServerTick
(
FMPCollectorServerTickContext& Context |
Cooker/MPCollector.h | ||
virtual void ServerTickPackage
(
FMPCollectorServerTickPackageContext& Context |
Cooker/MPCollector.h |