Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FEditorBuildUtils
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/EditorBuildUtils.h |
| Include | #include "EditorBuildUtils.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/EditorBuildUtils.cpp |
static bool EditorAutomatedBuildAndSubmit
&40;
const FEditorAutomatedBuildSettings & BuildSettings,
FText & OutErrorMessages
&41;
Remarks
Start an automated build of all current maps in the editor. Upon successful conclusion of the build, the newly built maps will be submitted to source control. true if the build/submission process executed successfully; false if it did not
Parameters
| Name | Description |
|---|---|
| BuildSettings | Build settings used to dictate the behavior of the automated build |
| OutErrorMessages | Error messages accumulated during the build process, if any |