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