Navigation
API > API/Runtime > API/Runtime/CoreUObject
| Name | FMPCollectorServerMessageContext |
| Type | class |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Cooker/MPCollector.h |
| Include Path | #include "Cooker/MPCollector.h" |
Syntax
class FMPCollectorServerMessageContext
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PackageName | FName | Cooker/MPCollector.h | ||
| Platforms | TConstArrayView< const ITargetPlatform * > | Cooker/MPCollector.h | ||
| ProfileId | int32 | Cooker/MPCollector.h | ||
| Server | FCookWorkerServer * | Cooker/MPCollector.h | ||
| TargetPlatform | const ITargetPlatform * | Cooker/MPCollector.h | ||
| WorkerId | FWorkerId | Cooker/MPCollector.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCookWorkerServer * GetCookWorkerServer() |
Cooker/MPCollector.h | ||
FName GetPackageName() |
Cooker/MPCollector.h | ||
TConstArrayView< const ITargetPlatform * > GetPlatforms() |
Cooker/MPCollector.h | ||
int32 GetProfileId() |
Cooker/MPCollector.h | ||
const ITargetPlatform * GetTargetPlatform() |
Cooker/MPCollector.h | ||
FWorkerId GetWorkerId() |
Cooker/MPCollector.h | ||
bool HasPackageName() |
Cooker/MPCollector.h | ||
bool HasTargetPlatform() |
Cooker/MPCollector.h | ||
const ITargetPlatform * IntToPlatform
(
uint8 PlatformAsInt |
Cooker/MPCollector.h | ||
uint8 PlatformToInt
(
const ITargetPlatform* Platform |
Cooker/MPCollector.h |