Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FEditorBuildUtils
Description
Perform an editor build with behavior dependent upon the specified id
Perform an editor build with behavior dependent upon the specified id
| Name | EditorBuild |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/EditorBuildUtils.h |
| Include Path | #include "EditorBuildUtils.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/EditorBuildUtils.cpp |
static bool EditorBuild
(
UWorld * InWorld,
FName Id,
const bool bAllowLightingDialog
)
true if the build completed successfully; false if it did not (or was manually canceled)
Parameters
| Name | Remarks |
|---|---|
| InWorld | WorldContext |
| Id | Action Id specifying what kind of build is requested |
| bAllowLightingDialog | True if the build lighting dialog should be displayed if we're building lighting only |
| Id | Action Id specifying what kind of build is requested |