Navigation
API > API/Runtime > API/Runtime/Engine
Chooses a method for how to compute streaming cells bounds
| Name | ERuntimePartitionCellBoundsMethod |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/WorldPartition/RuntimeHashSet/RuntimePartition.h |
| Include Path | #include "WorldPartition/RuntimeHashSet/RuntimePartition.h" |
Syntax
enum ERuntimePartitionCellBoundsMethod
{
UseContent,
UseCellBounds,
UseMinContentCellBounds,
}
Values
| Name | Remarks |
|---|---|
| UseContent | |
| UseCellBounds | |
| UseMinContentCellBounds |