Navigation
API > API/Runtime > API/Runtime/GeometryCore
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/IntBoxTypes.h |
| Include | #include "IntBoxTypes.h" |
Syntax
struct FAxisAlignedBox3i
Variables
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAxisAlignedBox3i
(
const FVector3i& Min, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| bool | |||
| int32 | Depth () |
||
| FVector3i | Diagonal () |
||
| FAxisAlignedBox3i | Empty () |
||
| FVector3i | GetCorner
(
int Index |
||
| int32 | Height () |
||
| FAxisAlignedBox3i | Infinite () |
||
| int32 | Volume () |
||
| int32 | Width () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FAxisAlignedBox3i& Other |
||
| bool | operator==
(
const FAxisAlignedBox3i& Other |