Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TRange
Description
Assign the new upper bound for this range
| Name | SetUpperBound |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Range.h |
| Include Path | #include "Math/Range.h" |
void SetUpperBound
(
const BoundsType & NewUpperBound
)
Parameters
| Name | Remarks |
|---|---|
| NewUpperBound | The new upper bound to assign |