Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Cooker
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/Cooker/MPCollector.h |
| Include | #include "Cooker/MPCollector.h" |
Syntax
struct FWorkerId
Remarks
Identifier for a CookWorker process launched from a Director process, or for the local process. A director can have multiple CookWorkers.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FWorkerId () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FWorkerId | FromLocalOrRemoteIndex
(
uint8 Index |
||
| FWorkerId | FromRemoteIndex
(
uint8 Index |
||
| uint8 | |||
| uint8 | |||
| FWorkerId | Invalid () |
||
| bool | IsInvalid () |
||
| bool | IsLocal () |
||
| bool | IsRemote () |
||
| bool | IsValid () |
||
| FWorkerId | Local () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FWorkerId& Other |
||
| bool | |||
| bool | operator==
(
const FWorkerId& Other |