TRange

Overload list

Windows
MacOS
Linux
Name Description

Public function

TRange()

Default constructor (no initialization).

Public function

TRange

Create a range with a single element.

The created range is of the form [A, A].

Public function

TRange

Create and initializes a new range with the given lower and upper bounds.

Public function

TRange

(
    const BoundsType& InLowerBound,
    const BoundsType& InUpperBound
)

Create and initializes a new range with the given lower and upper bounds.

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