Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/ActorPartition > API/Runtime/Engine/ActorPartition/UActorPartitionSubsystem
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ActorPartition/ActorPartitionSubsystem.h |
| Include | #include "ActorPartition/ActorPartitionSubsystem.h" |
Syntax
struct FCellCoord
Variables
| Type | Name | Description | |
|---|---|---|---|
| ULevel * | Level | ||
| int64 | X | ||
| int64 | Y | ||
| int64 | Z |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCellCoord () |
|||
FCellCoord
(
int64 InX, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FBox | GetCellBounds
(
const FCellCoord& InCellCoord, |
||
| FCellCoord | GetCellCoord
(
FVector InPos, |
||
| FCellCoord | GetCellCoord
(
FIntPoint InPos, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FCellCoord& Other |