Navigation
API > API/Developer > API/Developer/DeveloperToolSettings > API/Developer/DeveloperToolSettings/Settings
References
| Module | DeveloperToolSettings |
| Header | /Engine/Source/Developer/DeveloperToolSettings/Classes/Settings/ProjectPackagingSettings.h |
| Include | #include "Settings/ProjectPackagingSettings.h" |
Syntax
enum EProjectPackagingBuild
&123;
Always,
Never,
IfProjectHasCode,
IfEditorWasBuiltLocally,
&125;
Values
| Name | Description |
|---|---|
| Always | Always build. |
| Never | Never build. |
| IfProjectHasCode | Default (if the Never build. |
| IfEditorWasBuiltLocally | If we're not packaging from a promoted build. |
Remarks
Determines whether to build the executable when packaging. Note the equivalence between these settings and EPlayOnBuildMode.