FInt16Range

Windows
MacOS
Linux

Inheritance Hierarchy

TRange

FInt16Range

References

Module

Core

Header

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

Include

#include "Math/Range.h"

Syntax

struct FInt16Range : public TRange< int16 >

Constructors

Name Description

Public function

FInt16Range()

Public function

FInt16Range

(
    const Super& Rhs
)

Public function

FInt16Range

Public function

FInt16Range

Public function

FInt16Range

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

Functions

Name Description

Public function Static

FInt16Range

 

All()

Public function Static

FInt16Range

 

AtLeast

(
    ElementValueOrConstRef Value
)

Public function Static

FInt16Range

 

AtMost

(
    ElementValueOrConstRef Value
)

Public function Static

TArray< FInt...

 

Difference

(
    const FInt16Range& X,
    const FInt16Range& Y
)

Public function Static

FInt16Range

 

Empty()

Public function Static

TRange

 

GreaterThan

(
    ElementValueOrConstRef Value
)

Public function Static

FInt16Range

 

Hull

(
    const FInt16Range& X,
    const FInt16Range& Y
)

Public function Static

FInt16Range

 

Hull

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

Public function Static

FInt16Range

 

Intersection

(
    const FInt16Range& X,
    const FInt16Range& Y
)

Public function Static

FInt16Range

 

Intersection

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

Public function Static

TRange

 

LessThan

(
    ElementValueOrConstRef Value
)

Public function Const

TArray< FInt...

 

Split

(
    ElementValueOrConstRef Element
)

Public function Static

TArray< FInt...

 

Union

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