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