TRange::SetUpperBoundValue

Assign the new upper bound value for this range.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/Range.h

Include

#include "Math/Range.h"

Syntax

void SetUpperBoundValue
(
    ElementValueOrConstRef NewUpperBoundValue
)

Remarks

Assign the new upper bound value for this range. Current upper bound must not be open to call this method.

Parameters

Parameter

Description

NewUpperBoundValue

The new upper bound value to assign

See Also

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss