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 GreaterThan
&40;
ElementValueOrConstRef Value
&41;
Remarks
Create a left-bounded range that contains all elements greater than the specified value. A new range.
Parameters
Name | Description |
---|---|
Value | The value. |