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