Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TRangeSet
Description
Checks whether the range has an uppermost bound.
| Name | HasMaxBound |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/RangeSet.h |
| Include Path | #include "Math/RangeSet.h" |
bool HasMaxBound() const
true if the range has an uppermost bound, false otherwise.
See Also
-
GetUpperBound
-
GetUpperBoundValue
-
HasMinBound