ECookOnTheSideResult

Windows
MacOS
Linux

References

Module

UnrealEd

Header

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

Include

#include "CookOnTheSide/CookOnTheFlyServer.h"

Syntax

enum ECookOnTheSideResult
{
    COSR_None                    = 0x00000000,
    COSR_CookedMap               = 0x00000001,
    COSR_CookedPackage           = 0x00000002,
    COSR_ErrorLoadingPackage     = 0x00000004,
    COSR_RequiresGC              = 0x00000008,
    COSR_WaitingOnCache          = 0x00000010,
    COSR_MarkedUpKeepPackages    = 0x00000040,
}

Values

Name

Description

COSR_None

COSR_CookedMap

COSR_CookedPackage

COSR_ErrorLoadingPackage

COSR_RequiresGC

COSR_WaitingOnCache

COSR_MarkedUpKeepPackages

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