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