Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Math/Range.h |
Include |
#include "Math/Range.h" |
TRange
(
ElementValueOrConstRef A
)
Create a range with a single element.
The created range is of the form [A, A].
Parameter |
Description |
---|---|
A |
The element in the range. |