Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Math/Range.h |
Include |
#include "Math/Range.h" |
void SetLowerBoundValue
(
ElementValueOrConstRef NewLowerBoundValue
)
Assign the new lower bound value for this range. Current lower bound must not be open to call this method.
Parameter |
Description |
---|---|
NewLowerBoundValue |
The new lower bound value to assign |