ECookProgressDisplayMode

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/CookerSettings.h

Include

#include "CookerSettings.h"

Syntax

enum ECookProgressDisplayMode
{
    Nothing                      = 0,
    RemainingPackages            = 1,
    PackageNames                 = 2,
    NamesAndRemainingPackages    = 3,
    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

Max

MAX - invalid

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss