Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TRange
Description
Get the value of the lower bound.
Use HasLowerBound() to ensure that this range actually has a lower bound.
| Name | GetLowerBoundValue |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Range.h |
| Include Path | #include "Math/Range.h" |
ElementValueOrConstRef GetLowerBoundValue() const
Bound value.
See Also
-
GetUpperBoundValue
-
HasLowerBound