TRange::SetUpperBound

Assign the new upper bound for this range

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

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

Include

#include "Math/Range.h"

Syntax

void SetUpperBound
(
    const BoundsType & NewUpperBound
)

Remarks

Assign the new upper bound for this range

Parameters

Parameter

Description

NewUpperBound

The new upper bound to assign

See Also