Navigation
API > API/Runtime > API/Runtime/CoreUObject
| Name | FMPCollectorClientMessageContext |
| Type | class |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Cooker/MPCollector.h |
| Include Path | #include "Cooker/MPCollector.h" |
Syntax
class FMPCollectorClientMessageContext
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PackageName | FName | Cooker/MPCollector.h | ||
| Platforms | TConstArrayView< const ITargetPlatform * > | Cooker/MPCollector.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FName GetPackageName() |
Name of the relevant package or NAME_None if not available. | Cooker/MPCollector.h | |
TConstArrayView< const ITargetPlatform * > GetPlatforms() |
Cooker/MPCollector.h | ||
const ITargetPlatform * IntToPlatform
(
uint8 PlatformAsInt |
Cooker/MPCollector.h | ||
uint8 PlatformToInt
(
const ITargetPlatform* Platform |
Cooker/MPCollector.h |