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