Navigation
Unreal Engine C++ API Reference > Developer > DeveloperToolSettings > Settings
References
Module | DeveloperToolSettings |
Header | /Engine/Source/Developer/DeveloperToolSettings/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.