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