Navigation
API > API/Developer > API/Developer/DeveloperToolSettings
References
| |
|
| Module |
DeveloperToolSettings |
| Header |
/Engine/Source/Developer/DeveloperToolSettings/Classes/CookerSettings.h |
| Include |
#include "CookerSettings.h" |
Syntax
enum ECookProgressDisplayMode
&123;
Nothing = 0,
RemainingPackages = 1,
PackageNames = 2,
NamesAndRemainingPackages = 3,
Instigators = 4,
InstigatorsAndCount = 5,
InstigatorsAndNames = 6,
InstigatorsAndNamesAndCount = 7,
Max,
&125;
Values
| Name |
Description |
| 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 |
| Max |
MAX - invalid |