Navigation
Unreal Engine C++ API Reference > Runtime > Core > Math > TRange
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/Range.h |
Include | #include "Math/Range.h" |
static TRange LessThan
&40;
ElementValueOrConstRef Value
&41;
Remarks
Create a right-bounded range that contains all elements less than the specified value. A new range.
Parameters
Name | Description |
---|---|
Value | The value. |