EProjectPackagingBuildConfigurations

Enumerates the available build configurations for project packaging.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Classes/Settings/ProjectPackagingSettings.h

Include

#include "Settings/ProjectPackagingSettings.h"

Syntax

enum EProjectPackagingBuildConfigurations
{
    PPBC_Debug,
    PPBC_DebugGame,
    PPBC_Development,
    PPBC_Test,
    PPBC_Shipping,
    PPBC_MAX,
}

Values

Name

Description

PPBC_Debug

Debug configuration.

PPBC_DebugGame

DebugGame configuration.

PPBC_Development

Development configuration.

PPBC_Test

Test configuration.

PPBC_Shipping

Shipping configuration.

PPBC_MAX

Number of entries in the enum.

Remarks

Enumerates the available build configurations for project packaging.

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