Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TRange
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Range.h |
| Include | #include "Math/Range.h" |
void SetLowerBoundValue
&40;
ElementValueOrConstRef NewLowerBoundValue
&41;
Remarks
Assign the new lower bound value for this range. Current lower bound must not be open to call this method.
Parameters
| Name | Description |
|---|---|
| NewLowerBoundValue | The new lower bound value to assign |