Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/WorldPartition
Inheritance Hierarchy
- IModuleInterface
- IWorldPartitionEditorModule
- FWorldPartitionEditorModule
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/WorldPartition/IWorldPartitionEditorModule.h |
| Include | #include "WorldPartition/IWorldPartitionEditorModule.h" |
Syntax
class IWorldPartitionEditorModule : public IModuleInterface
Remarks
The module holding all of the UI related pieces for WorldPartition
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | ConvertMap
(
const FString& InLongPackageName |
||
| bool | |||
| bool | |||
| bool | |||
| bool | |||
| int32 | |||
| int32 | |||
| int32 | |||
| bool | IsEditingContentBundle
(
const FGuid& ContentBundleGuid |
||
| bool | |||
| FOnExecuteCommandlet & | Return the commandlet execution event | ||
| FOnPostExecuteCommandlet & | Return the commandlet post-execution event | ||
| FOnPreExecuteCommandlet & | Return the commandlet pre-execution event | ||
| FWorldPartitionCreated & | Return the world added event. | ||
| bool | RunBuilder
(
const FRunBuilderParams& Params |
||
| bool | RunBuilder
(
TSubclassOf< UWorldPartitionBuilder > BuilderClass, |
||
| void | SetAdvancedMode
(
bool bInAdvancedMode |
||
| void | SetDisableBugIt
(
bool bInDisableBugIt |
||
| void | SetDisableLoadingInEditor
(
bool bInDisableLoadingInEditor |
||
| void | SetDisablePIE
(
bool bInDisablePIE |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FOnExecuteCommandlet | Triggered when the editor launches a commandlet. Can be used to provide project specific arguments. | ||
| FOnPostExecuteCommandlet | Triggered when the editor has launched a commandlet. | ||
| FOnPreExecuteCommandlet | Triggered when the editor is about to launch a commandlet. | ||
| FRunBuilderParams | |||
| FWorldPartitionCreated | Triggered when a world is added. |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | RunBuilder
(
TSubclassOf< UWorldPartitionBuilder > BuilderClass, |
Use RunBuilder with UWorld* instead. |