Navigation
Unreal Engine C++ API Reference > Runtime > Core > Math > TRange
Type | Name | Description | |
---|---|---|---|
![]() |
TRange () |
Default constructor (no initialization). | |
![]() |
TRange
(
ElementValueOrConstRef A |
Create a range with a single element.The created range is of the form [A, A]. | |
![]() |
Create and initializes a new range with the given lower and upper bounds. | ||
![]() |
TRange
(
const BoundsType& InLowerBound, |
Create and initializes a new range with the given lower and upper bounds. |