FDateRange

Windows
MacOS
Linux

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

Name Description

Public function

FDateRange()

Public function

FDateRange

(
    const Super& Rhs
)

Public function

FDateRange

Public function

FDateRange

Public function

FDateRange

(
    const TRangeBound< FDateTime >& In...,
    const TRangeBound< FDateTime >& In...
)

Functions

Name Description

Public function Static

FDateRange

 

All()

Public function Static

FDateRange

 

AtLeast

(
    ElementValueOrConstRef Value
)

Public function Static

FDateRange

 

AtMost

(
    ElementValueOrConstRef Value
)

Public function Static

TArray< FDat...

 

Difference

(
    const FDateRange& X,
    const FDateRange& Y
)

Public function Static

FDateRange

 

Empty()

Public function Static

TRange

 

GreaterThan

(
    ElementValueOrConstRef Value
)

Public function Static

FDateRange

 

Hull

(
    const FDateRange& X,
    const FDateRange& Y
)

Public function Static

FDateRange

 

Hull

(
    const TArray< FDateRange >& Ranges
)

Public function Static

FDateRange

 

Intersection

(
    const FDateRange& X,
    const FDateRange& Y
)

Public function Static

FDateRange

 

Intersection

(
    const TArray< FDateRange >& Ranges
)

Public function Static

TRange

 

LessThan

(
    ElementValueOrConstRef Value
)

Public function Const

TArray< FDat...

 

Split

(
    ElementValueOrConstRef Element
)

Public function Static

TArray< FDat...

 

Union

(
    const FDateRange& X,
    const FDateRange& Y
)

Typedefs

Name

Description

Super

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss