Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TRange
Description
Create a right-bounded range that contains all elements less than the specified value.
| Name | LessThan |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Range.h |
| Include Path | #include "Math/Range.h" |
static TRange LessThan
(
ElementValueOrConstRef Value
)
A new range.
Parameters
| Name | Remarks |
|---|---|
| Value | The value. |