Navigation
API > API/Runtime > API/Runtime/GeometryCore
| Name | FInterval1i |
| Type | struct |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/IntBoxTypes.h |
| Include Path | #include "IntBoxTypes.h" |
Syntax
struct FInterval1i
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FInterval1i () |
IntBoxTypes.h | ||
FInterval1i
(
const int32& Min, |
IntBoxTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Max | int32 | IntBoxTypes.h | ||
| Min | int32 | IntBoxTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 Center() |
IntBoxTypes.h | ||
void Contain
(
int32 V |
IntBoxTypes.h | ||
void Expand
(
int32 Radius |
IntBoxTypes.h | ||
int32 Extent() |
IntBoxTypes.h | ||
bool IsEmpty() |
IntBoxTypes.h | ||
int32 Length() |
IntBoxTypes.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FInterval1i Empty() |
IntBoxTypes.h |