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