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