UEConsole Commands
VariableConsole VariableRemaining

cook.displaymode

cook.displaymode is a console variable in Unreal Engine 5 (UE5). See what cook.displaymode does, its values, and how to use this cvar in the Unreal console below.

Category: Remaining · Namespace: cook

Help

Controls the display for cooker logging of packages: 0: No display 1: Display the Count of packages remaining 2: Display each package by Name 3: Display Names and Count 4: Display the Instigator of each package 5: Display Instigators and Count 6: Display Instigators and Names 7: Display Instigators and Names and Count

Usage

Unreal console (open with ~)
> cook.displaymode 1

Console variables take a value. Replace 1 with the setting you need. Run it with no value to print the current one.

Related in cook