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