Navigation
API > API/Runtime > API/Runtime/CoreUObject
Identifier for a CookWorker process launched from a Director process, or for the local process. A director can have multiple CookWorkers.
| Name | FWorkerId |
| Type | struct |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Cooker/MPCollector.h |
| Include Path | #include "Cooker/MPCollector.h" |
Syntax
struct FWorkerId
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FWorkerId () |
Cooker/MPCollector.h | ||
constexpr FWorkerId
(
uint8 InId |
Cooker/MPCollector.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| InvalidId | uint8 | Cooker/MPCollector.h | |
| LocalId | uint8 | Cooker/MPCollector.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Id | uint8 | Cooker/MPCollector.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint8 GetMultiprocessId() |
Cooker/MPCollector.h | ||
uint8 GetRemoteIndex() |
Cooker/MPCollector.h | ||
bool IsInvalid() |
Cooker/MPCollector.h | ||
bool IsLocal() |
Cooker/MPCollector.h | ||
bool IsRemote() |
Cooker/MPCollector.h | ||
bool IsValid() |
Cooker/MPCollector.h | ||
FString ToString() |
Cooker/MPCollector.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FWorkerId FromLocalOrRemoteIndex
(
uint8 Index |
Cooker/MPCollector.h | ||
static FWorkerId FromRemoteIndex
(
uint8 Index |
Cooker/MPCollector.h | ||
static int32 GetMaxCookWorkerCount() |
Cooker/MPCollector.h | ||
static FWorkerId Invalid() |
Cooker/MPCollector.h | ||
static FWorkerId Local() |
Cooker/MPCollector.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FWorkerId& Other |
Cooker/MPCollector.h | ||
bool operator==
(
const FWorkerId& Other |
Cooker/MPCollector.h |