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