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