FFloatRange

Windows
MacOS
Linux

Inheritance Hierarchy

TRange

FFloatRange

References

Module

Core

Header

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

Include

#include "Math/Range.h"

Syntax

struct FFloatRange : public TRange< float >

Constructors

Name Description

Public function

FFloatRange()

Public function

FFloatRange

(
    const Super& Rhs
)

Public function

FFloatRange

Public function

FFloatRange

Public function

FFloatRange

(
    const TRangeBound< float >& InLowe...,
    const TRangeBound< float >& InUppe...
)

Functions

Name Description

Public function Static

FFloatRange

 

All()

Public function Static

FFloatRange

 

AtLeast

(
    ElementValueOrConstRef Value
)

Public function Static

FFloatRange

 

AtMost

(
    ElementValueOrConstRef Value
)

Public function Static

TArray< FFlo...

 

Difference

(
    const FFloatRange& X,
    const FFloatRange& Y
)

Public function Static

FFloatRange

 

Empty()

Public function Static

TRange

 

GreaterThan

(
    ElementValueOrConstRef Value
)

Public function Static

FFloatRange

 

Hull

(
    const FFloatRange& X,
    const FFloatRange& Y
)

Public function Static

FFloatRange

 

Hull

(
    const TArray< FFloatRange >& Range...
)

Public function Static

FFloatRange

 

Intersection

(
    const FFloatRange& X,
    const FFloatRange& Y
)

Public function Static

FFloatRange

 

Intersection

(
    const TArray< FFloatRange >& Range...
)

Public function Static

TRange

 

LessThan

(
    ElementValueOrConstRef Value
)

Public function Const

TArray< FFlo...

 

Split

(
    ElementValueOrConstRef Element
)

Public function Static

TArray< FFlo...

 

Union

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