Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TRange
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Range.h |
| Include | #include "Math/Range.h" |
static TRange AtLeast
&40;
ElementValueOrConstRef Value
&41;
Remarks
Create a left-bounded range that contains all elements greater than or equal to the specified value. A new range.
Parameters
| Name | Description |
|---|---|
| Value | The value. |