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