Navigation
API > API/Developer > API/Developer/DeveloperToolSettings
| Name | ECookProgressDisplayMode |
| Type | enum |
| Header File | /Engine/Source/Developer/DeveloperToolSettings/Classes/CookerSettings.h |
| Include Path | #include "CookerSettings.h" |
Syntax
enum ECookProgressDisplayMode
{
Nothing = 0,
RemainingPackages = 1,
PackageNames = 2,
NamesAndRemainingPackages = 3,
Instigators = 4,
InstigatorsAndCount = 5,
InstigatorsAndNames = 6,
InstigatorsAndNamesAndCount = 7,
UMETA =(Hidden),
}
Values
| Name | Remarks |
|---|---|
| Nothing | Don't display any progress messages |
| RemainingPackages | Display the number of remaining packages |
| PackageNames | Display names of cooked packages |
| NamesAndRemainingPackages | Display the number of remaining packages and package names |
| Instigators | Display names and instigators of cooked packages |
| InstigatorsAndCount | Display instigators and count of remaining packages |
| InstigatorsAndNames | Display instigators and names of cooked packages |
| InstigatorsAndNamesAndCount | Display instigators and names and count of cooked packages |
| UMETA | MAX - invalid |