Navigation
API > API/Plugins > API/Plugins/SmartObjectsEditorModule
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UWorldPartitionBuilder
- UWorldPartitionSmartObjectCollectionBuilder
References
| Module | SmartObjectsEditorModule |
| Header | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsEditorModule/Public/WorldPartitionSmartObjectCollectionBuilder.h |
| Include | #include "WorldPartitionSmartObjectCollectionBuilder.h" |
Syntax
UCLASS&40;&41;
class UWorldPartitionSmartObjectCollectionBuilder : public UWorldPartitionBuilder
Remarks
WorldPartitionBuilder dedicated to collect all smart object components from a world and store them in the collection.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bRemoveEmptyCollections | ||
| TArray< uint32 > | NumSmartObjectsBefore | ||
| uint32 | NumSmartObjectsTotal | ||
| TArray< uint32 > | OriginalContentsHash | ||
| TArray< FWorldPartitionReference > | SmartObjectReferences |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UWorldPartitionSmartObjectCollectionBuilder
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| EEditorBuildResult | BuildCollections
(
UWorld* InWorld, |
||
| bool | CanBuildCollections
(
const UWorld* InWorld, |
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, |