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 RunWorldPartitionBuilder
&40;
const FString & MapToLoad,
const FText & ProgressText,
const FText & CancelledText,
const FText & FailureText,
const FString & CommandLineArguments
&41;
Remarks
Runs another instance of the current executable with the provided command line arguments. On success the current level will be unloaded. Using `MapToLoad_ allows to reload that specific level to reflect the changes. True if process completed without returning any error code.
Parameters
| Name | Description |
|---|---|
| MapToLoad | Map to load after successfully run the process |
| ProgressText | Message used by the progress dialog |
| CancelledText | Message shown to the user after cancelling the task |
| FailureText | Message shown to the user if the process returned an error code |
| CommandLineArguments | Arguments passed to the other instance commandline |