Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Math/Range.h |
Include |
#include "Math/Range.h" |
TRange
(
const BoundsType & InLowerBound,
const BoundsType & InUpperBound
)
Create and initializes a new range with the given lower and upper bounds.
Parameter |
Description |
---|---|
InLowerBound |
The range's lower bound. |
InUpperBound |
The range's upper bound. |