Navigation
Unreal Engine C++ API Reference > Developer > DeveloperToolSettings
References
Module | DeveloperToolSettings |
Header | /Engine/Source/Developer/DeveloperToolSettings/Classes/CookerSettings.h |
Include | #include "CookerSettings.h" |
Syntax
enum ECookProgressDisplayMode
{
Nothing = 0,
RemainingPackages = 1,
PackageNames = 2,
NamesAndRemainingPackages = 3,
Instigators = 4,
InstigatorsAndCount = 5,
InstigatorsAndNames = 6,
InstigatorsAndNamesAndCount = 7,
Max,
}
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 |