Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TRange
Description
Create a range that excludes the given minimum and maximum values.
| Name | Exclusive |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Range.h |
| Include Path | #include "Math/Range.h" |
static TRange Exclusive
(
ElementValueOrConstRef Min,
ElementValueOrConstRef Max
)
A new range.
Parameters
| Name | Remarks |
|---|---|
| MinThe | minimum value to be included. |
| Max | The maximum value to be included. |