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