Navigation
API > API/Runtime > API/Runtime/CoreUObject
Baseclass for messages used by IMPCollectors that want to interpret their messages as c++ structs.
| Name | IMPCollectorMessage |
| Type | class |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Cooker/MPCollector.h |
| Include Path | #include "Cooker/MPCollector.h" |
Syntax
class IMPCollectorMessage
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IMPCollectorMessage() |
Cooker/MPCollector.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TCHAR * GetDebugName() |
Return the debugname for diagnostics. | Cooker/MPCollector.h | |
FGuid GetMessageType() |
Return the Guid that identifies the message to the remote connection. | Cooker/MPCollector.h | |
bool TryRead
(
FCbObjectView Object |
Unmarshall the message from a CompactBinaryObject. | Cooker/MPCollector.h | |
void Write
(
FCbWriter& Writer |
Marshall the message to a CompactBinaryObject. | Cooker/MPCollector.h |