Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TRange
Description
Check whether the range has a lower bound.
| Name | HasLowerBound |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Range.h |
| Include Path | #include "Math/Range.h" |
bool HasLowerBound() const
true if the range has a lower bound, false otherwise.
See Also
-
HasUpperBound