ECookMode::Type

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Classes/CookOnTheSide/CookOnTheFlyServer.h

Include

#include "CookOnTheSide/CookOnTheFlyServer.h"

Syntax

namespace ECookMode
{
    enum Type
    {
        CookOnTheFly,
        CookOnTheFlyFromTheEditor,
        CookByTheBookFromTheEditor,
        CookByTheBook,
    }
}

Values

Name

Description

CookOnTheFly

Default mode, handles requests from network.

CookOnTheFlyFromTheEditor

Cook on the side.

CookByTheBookFromTheEditor

Precook all resources while in the editor.

CookByTheBook

Cooking by the book (not in the editor).

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