Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Math/Range.h |
Include |
#include "Math/Range.h" |
static TRange GreaterThan
(
ElementValueOrConstRef Value
)
Create a left-bounded range that contains all elements greater than the specified value.
A new range.
Parameter |
Description |
---|---|
Value |
The value. |