Navigation
API > API/Runtime > API/Runtime/CoreUObject
| Name | FMPCollectorServerTickPackageContext |
| Type | class |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Cooker/MPCollector.h |
| Include Path | #include "Cooker/MPCollector.h" |
Syntax
class FMPCollectorServerTickPackageContext
Structs
| Name | Remarks |
|---|---|
| FPlatformData |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Messages | TArray< FCbObject > | Cooker/MPCollector.h | ||
| PackageName | FName | Cooker/MPCollector.h | ||
| PlatformDatas | TConstArrayView< FPlatformData > | Cooker/MPCollector.h | ||
| Platforms | TConstArrayView< const ITargetPlatform * > | Cooker/MPCollector.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddMessage
(
FCbObject Object |
Cooker/MPCollector.h | ||
FName GetPackageName() |
Cooker/MPCollector.h | ||
const ITargetPlatform * IntToPlatform
(
uint8 PlatformAsInt |
Cooker/MPCollector.h | ||
uint8 PlatformToInt
(
const ITargetPlatform* Platform |
Cooker/MPCollector.h |