Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Math/Range.h |
Include |
#include "Math/Range.h" |
static TRange Exclusive
(
ElementValueOrConstRef Min,
ElementValueOrConstRef Max
)
Create a range that excludes the given minimum and maximum values.
A new range.
Parameter |
Description |
---|---|
MinThe |
minimum value to be included. |
Max |
The maximum value to be included. |