TRange::TRange

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

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Range.h"

Syntax

TRange
(
    ElementValueOrConstRef A,
    ElementValueOrConstRef B
)

Remarks

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

The created range is of the form [A, B).

Parameters

Parameter

Description

A

The range's lower bound value (inclusive).

B

The range's upper bound value (exclusive).

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