TRange::GetUpperBound

Get the range's upper bound.

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

BoundsType GetUpperBound() const

Remarks

Get the range's upper bound.

Returns

Upper bound.

See Also