Navigation
API > API/Runtime > API/Runtime/CoreUObject
| Name | FMPCollectorClientTickPackageContext |
| Type | class |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Cooker/MPCollector.h |
| Include Path | #include "Cooker/MPCollector.h" |
Syntax
class FMPCollectorClientTickPackageContext
Structs
| Name | Remarks |
|---|---|
| FPlatformData |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AsyncMessages | TArray< TPair< const ITargetPlatform *, TFuture< FCbObject > > > | Cooker/MPCollector.h | ||
| Messages | TArray< TPair< const ITargetPlatform *, 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 |
|---|---|---|---|
| Cooker/MPCollector.h | |||
| Cooker/MPCollector.h | |||
void AddMessage
(
FCbObject Object |
Cooker/MPCollector.h | ||
void AddPlatformMessage
(
const ITargetPlatform* Platform, |
Cooker/MPCollector.h | ||
FName GetPackageName() |
Cooker/MPCollector.h | ||
TConstArrayView< FPlatformData > GetPlatformDatas() |
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 |