Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/WorldPartition
Inheritance Hierarchy
- IModuleInterface
- IWorldPartitionEditorModule
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 |
||
| IWorldPartitionEditorModule & | Get () |
Singleton-like access to this module's interface. | |
| bool | |||
| bool | |||
| bool | |||
| bool | |||
| bool | |||
| double | |||
| double | |||
| int32 | |||
| int32 | |||
| int32 | |||
| bool | |||
| bool | |||
| bool | IsEditingContentBundle
(
const FGuid& ContentBundleGuid |
||
| bool | |||
| bool | IsHLODInEditorAllowed
(
UWorld* InWorld, |
||
| 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
(
TSubclassOf< UWorldPartitionBuilder > BuilderClass, |
||
| bool | RunBuilder
(
const FRunBuilderParams& Params |
||
| bool | RunBuilder
(
TSubclassOf< UWorldPartitionBuilder > BuilderClass, |
||
| void | SetAdvancedMode
(
bool bInAdvancedMode |
||
| void | SetDisableBugIt
(
bool bInDisableBugIt |
||
| void | SetDisablePIE
(
bool bInDisablePIE |
||
| void | SetEnableLoadingInEditor
(
bool bInEnableLoadingInEditor |
||
| void | SetEnableStreamingGenerationLogOnPIE
(
bool bInEnableLoadingInEditor |
||
| void | SetHLODInEditorMaxDrawDistance
(
double InMaxDrawDistance |
||
| void | SetHLODInEditorMinDrawDistance
(
double InMinDrawDistance |
||
| void | SetShowHLODsInEditor
(
bool bInShowHLODsInEditor |
||
| void | SetShowHLODsOverLoadedRegions
(
bool bInShowHLODsOverLoadedRegions |
||
| bool | WriteHLODStats
(
const FWriteHLODStatsParams& Params |
Writes various HLOD stats to a file. |
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. | ||
| FWriteHLODStatsParams | Parameters for the WriteHLODStats() method. |