Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > Cooker
Inheritance Hierarchy
- IMPCollectorMessage
- FAssetRegistryPackageMessage
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/Cooker/MPCollector.h |
Include | #include "Cooker/MPCollector.h" |
Syntax
class IMPCollectorMessage
Remarks
Baseclass for messages used by IMPCollectors that want to interpret their messages as c++ structs.
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
const TCHAR * | GetDebugName () |
Return the debugname for diagnostics. |
![]() ![]() |
FGuid | Return the Guid that identifies the message to the remote connection. | |
![]() |
bool | TryRead
(
FCbObjectView Object |
Unmarshall the message from a CompactBinaryObject. |
![]() ![]() |
void | Marshall the message to a CompactBinaryObject. |