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