Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/WorldPartition
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/WorldPartition/WorldPartitionBuilder.h |
| Include | #include "WorldPartition/WorldPartitionBuilder.h" |
Syntax
struct FCellInfo
Remarks
Structure containing information about a World Partition Builder cell
Variables
| Type | Name | Description | |
|---|---|---|---|
| FBox | Bounds | Bounds of the cell | |
| FBox | EditorBounds | Whole space | |
| int32 | IterativeCellSize | The size of a cell used by the World Partition Builder | |
| FWorldBuilderCellCoord | Location | Location of the cell, expressed inside World Partition Builder space (floor(Coordinate) / IterativeCellSize) |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCellInfo () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FWorldBuilderCellCoord | GetCellCoord
(
const FVector& InPos, |
||
| FWorldBuilderCellCoord | GetCellCount
(
const FBox& InBounds, |