Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TRangeSet
Description
Gets the value of the uppermost bound.
Use HasMaxBound() to ensure that this range actually has an upper bound.
| Name | GetMaxBoundValue |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/RangeSet.h |
| Include Path | #include "Math/RangeSet.h" |
ElementType GetMaxBoundValue() const
Bound value.
See Also
-
GetMinBoundValue
-
HasMaxBound