FInt8Range

Windows
MacOS
Linux

Inheritance Hierarchy

TRange

FInt8Range

References

Module

Core

Header

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

Include

#include "Math/Range.h"

Syntax

struct FInt8Range : public TRange< int8 >

Constructors

Name Description

Public function

FInt8Range()

Public function

FInt8Range

(
    const Super& Rhs
)

Public function

FInt8Range

Public function

FInt8Range

Public function

FInt8Range

(
    const TRangeBound< int8 >& InLower...,
    const TRangeBound< int8 >& InUpper...
)

Functions

Name Description

Public function Static

FInt8Range

 

All()

Public function Static

FInt8Range

 

AtLeast

(
    ElementValueOrConstRef Value
)

Public function Static

FInt8Range

 

AtMost

(
    ElementValueOrConstRef Value
)

Public function Static

TArray< FInt...

 

Difference

(
    const FInt8Range& X,
    const FInt8Range& Y
)

Public function Static

FInt8Range

 

Empty()

Public function Static

TRange

 

GreaterThan

(
    ElementValueOrConstRef Value
)

Public function Static

FInt8Range

 

Hull

(
    const FInt8Range& X,
    const FInt8Range& Y
)

Public function Static

FInt8Range

 

Hull

(
    const TArray< FInt8Range >& Ranges
)

Public function Static

FInt8Range

 

Intersection

(
    const FInt8Range& X,
    const FInt8Range& Y
)

Public function Static

FInt8Range

 

Intersection

(
    const TArray< FInt8Range >& Ranges
)

Public function Static

TRange

 

LessThan

(
    ElementValueOrConstRef Value
)

Public function Const

TArray< FInt...

 

Split

(
    ElementValueOrConstRef Element
)

Public function Static

TArray< FInt...

 

Union

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