Navigation
API > API/Runtime > API/Runtime/Core
| Name | FInt32Range |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Range.h |
| Include Path | #include "Math/Range.h" |
Syntax
struct FInt32Range : public TRange< int32 >
Inheritance Hierarchy
- TRange → FInt32Range
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FInt32Range
(
const TRangeBound< int32 >& InLowerBound, |
Math/Range.h | ||
FInt32Range () |
Math/Range.h | ||
FInt32Range
(
const Super& Rhs |
Math/Range.h | ||
FInt32Range
(
ElementValueOrConstRef A |
Math/Range.h | ||
FInt32Range
(
ElementValueOrConstRef A, |
Math/Range.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | TRange< int32 > | Math/Range.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< FInt32Range > Split
(
ElementValueOrConstRef Element |
Math/Range.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FInt32Range All() |
Math/Range.h | ||
static FInt32Range AtLeast
(
ElementValueOrConstRef Value |
Math/Range.h | ||
static FInt32Range AtMost
(
ElementValueOrConstRef Value |
Math/Range.h | ||
static TArray< FInt32Range > Difference
(
const FInt32Range& X, |
Math/Range.h | ||
static FInt32Range Empty() |
Math/Range.h | ||
static TRange GreaterThan
(
ElementValueOrConstRef Value |
Math/Range.h | ||
static FInt32Range Hull
(
const FInt32Range& X, |
Math/Range.h | ||
static FInt32Range Hull
(
const TArray< FInt32Range >& Ranges |
Math/Range.h | ||
static FInt32Range Intersection
(
const FInt32Range& X, |
Math/Range.h | ||
static FInt32Range Intersection
(
const TArray< FInt32Range >& Ranges |
Math/Range.h | ||
static TRange LessThan
(
ElementValueOrConstRef Value |
Math/Range.h | ||
static TArray< FInt32Range > Union
(
const FInt32Range& X, |
Math/Range.h |