Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TRange
Description
Assign the new upper bound value for this range. Current upper bound must not be open to call this method.
| Name | SetUpperBoundValue |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Range.h |
| Include Path | #include "Math/Range.h" |
void SetUpperBoundValue
(
ElementValueOrConstRef NewUpperBoundValue
)
Parameters
| Name | Remarks |
|---|---|
| NewUpperBoundValue | The new upper bound value to assign |