Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FAxisAlignedBox2i
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| IntBoxTypes.h | |||
FAxisAlignedBox2i
(
int32 SquareSize |
IntBoxTypes.h | ||
FAxisAlignedBox2i
(
const FVector2i& Min, |
IntBoxTypes.h | ||
FAxisAlignedBox2i
(
int32 Width, |
IntBoxTypes.h |
FAxisAlignedBox2i()
| Name | FAxisAlignedBox2i |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/IntBoxTypes.h |
| Include Path | #include "IntBoxTypes.h" |
FAxisAlignedBox2i()
FAxisAlignedBox2i(int32)
| Name | FAxisAlignedBox2i |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/IntBoxTypes.h |
| Include Path | #include "IntBoxTypes.h" |
FAxisAlignedBox2i
(
int32 SquareSize
)
FAxisAlignedBox2i(const FVector2i &, const FVector2i &)
| Name | FAxisAlignedBox2i |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/IntBoxTypes.h |
| Include Path | #include "IntBoxTypes.h" |
FAxisAlignedBox2i
(
const FVector2i & Min,
const FVector2i & Max
)
FAxisAlignedBox2i(int32, int32)
| Name | FAxisAlignedBox2i |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/IntBoxTypes.h |
| Include Path | #include "IntBoxTypes.h" |
FAxisAlignedBox2i
(
int32 Width,
int32 Height
)