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