Navigation
API > API/Runtime > API/Runtime/CoreUObject
| Name | FMPCollectorServerTickContext |
| Type | class |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Cooker/MPCollector.h |
| Include Path | #include "Cooker/MPCollector.h" |
Syntax
class FMPCollectorServerTickContext
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMPCollectorServerTickContext
(
EServerEventType InEventType |
Cooker/MPCollector.h |
Enums
Public
| Name | Remarks |
|---|---|
| EServerEventType |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bFlush | bool | Cooker/MPCollector.h | ||
| EventType | EServerEventType | Cooker/MPCollector.h | ||
| Messages | TArray< FCbObject > | 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 | ||
EServerEventType GetEventType() |
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 |