FDoubleRange

Windows
MacOS
Linux

Inheritance Hierarchy

TRange

FDoubleRange

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/Range.h

Include

#include "Math/Range.h"

Syntax

struct FDoubleRange : public TRange< double >

Constructors

Name Description

Public function

FDoubleRange()

Public function

FDoubleRange

(
    const Super& Rhs
)

Public function

FDoubleRange

Public function

FDoubleRange

Public function

FDoubleRange

(
    const TRangeBound< double >& InLow...,
    const TRangeBound< double >& InUpp...
)

Functions

Name Description

Public function Static

FDoubleRange

 

All()

Public function Static

FDoubleRange

 

AtLeast

(
    ElementValueOrConstRef Value
)

Public function Static

FDoubleRange

 

AtMost

(
    ElementValueOrConstRef Value
)

Public function Static

TArray< FDou...

 

Difference

(
    const FDoubleRange& X,
    const FDoubleRange& Y
)

Public function Static

FDoubleRange

 

Empty()

Public function Static

TRange

 

GreaterThan

(
    ElementValueOrConstRef Value
)

Public function Static

FDoubleRange

 

Hull

(
    const FDoubleRange& X,
    const FDoubleRange& Y
)

Public function Static

FDoubleRange

 

Hull

(
    const TArray< FDoubleRange >& Rang...
)

Public function Static

FDoubleRange

 

Intersection

(
    const FDoubleRange& X,
    const FDoubleRange& Y
)

Public function Static

FDoubleRange

 

Intersection

(
    const TArray< FDoubleRange >& Rang...
)

Public function Static

TRange

 

LessThan

(
    ElementValueOrConstRef Value
)

Public function Const

TArray< FDou...

 

Split

(
    ElementValueOrConstRef Element
)

Public function Static

TArray< FDou...

 

Union

(
    const FDoubleRange& X,
    const FDoubleRange& 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