| IdleStartTimeUtc |
TOptional< FDateTime > |
If this worker is currently idle, when did it last enter an idle state? |
Commandlets/GatherTextFromAssetsCommandlet.h |
|
| IdleStartTimeUtcMutex |
UE::FMutex |
|
Commandlets/GatherTextFromAssetsCommandlet.h |
|
| MaxUsedMemoryBytes |
uint64 |
Run a GC if the used process memory is greater than this value (or zero to disable) |
Commandlets/GatherTextFromAssetsCommandlet.h |
|
| MessageEndpoint |
TSharedPtr< FMessageEndpoint > |
Holds the messaging endpoint we are sending from |
Commandlets/GatherTextFromAssetsCommandlet.h |
|
| MinFreeMemoryBytes |
uint64 |
Run a GC if the free system memory is less than this value (or zero to disable) |
Commandlets/GatherTextFromAssetsCommandlet.h |
|
| PackagesPendingGather |
TArray< FPackagePendingGather > |
|
Commandlets/GatherTextFromAssetsCommandlet.h |
|
| PackagesPendingGatherMutex |
UE::FMutex |
|
Commandlets/GatherTextFromAssetsCommandlet.h |
|
| WorkerId |
FGuid |
ID of this worker process |
Commandlets/GatherTextFromAssetsCommandlet.h |
|