Navigation
API > API/Runtime > API/Runtime/Core
| Name | FDateRangeBound |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Math/RangeBound.h |
| Include Path | #include "Math/RangeBound.h" |
Syntax
struct FDateRangeBound : public TRangeBound< FDateTime >
Inheritance Hierarchy
- TRangeBound → FDateRangeBound
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Math/RangeBound.h | |||
FDateRangeBound
(
const Super& Other |
Math/RangeBound.h | ||
FDateRangeBound
(
const FDateTime InValue |
Math/RangeBound.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | TRangeBound< FDateTime > | Math/RangeBound.h |
Functions
Public
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FDateRangeBound Exclusive
(
ElementValueOrConstRef Value |
Math/RangeBound.h | ||
static FDateRangeBound FlipInclusion
(
const FDateRangeBound& Bound |
Math/RangeBound.h | ||
static FDateRangeBound Inclusive
(
ElementValueOrConstRef Value |
Math/RangeBound.h | ||
static const FDateRangeBound & MaxLower
(
const FDateRangeBound& A, |
Math/RangeBound.h | ||
static const FDateRangeBound & MaxUpper
(
const FDateRangeBound& A, |
Math/RangeBound.h | ||
static const FDateRangeBound & MinLower
(
const FDateRangeBound& A, |
Math/RangeBound.h | ||
static const FDateRangeBound & MinUpper
(
const FDateRangeBound& A, |
Math/RangeBound.h | ||
static FDateRangeBound Open() |
Math/RangeBound.h |