Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/WorldPartition
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UWorldPartitionBuilder
- UWorldPartitionNavigationDataBuilder
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/WorldPartition/WorldPartitionNavigationDataBuilder.h |
| Include | #include "WorldPartition/WorldPartitionNavigationDataBuilder.h" |
Syntax
class UWorldPartitionNavigationDataBuilder : public UWorldPartitionBuilder
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FString > | AddedPackagesToSubmit | ||
| TMap< FString, int32 > | AddedPackagesToSubmitMap | ||
| bool | bCleanBuilderPackages | ||
| TArray< FString > | DeletedPackagesToSubmit |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UWorldPartitionNavigationDataBuilder
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | DeletePackages
(
const FPackageSourceControlHelper& PackageHelper, |
||
| bool | GenerateNavigationData
(
UWorldPartition* WorldPartition, |
||
| bool | SavePackages
(
const TArray< UPackage* >& PackagesToSave |
Overridden from UWorldPartitionBuilder
| Type | Name | Description | |
|---|---|---|---|
| ELoadingMode | |||
| bool | PostRun
(
UWorld* World, |
Overridable method for derived classes to perform operations when world builder process completes. | |
| bool | PreRun
(
UWorld* World, |
Overridable method for derived classes to perform operations when world builder process starts. | |
| bool | |||
| bool | RunInternal
(
UWorld* World, |