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