TRange::GetLowerBound

Get the range's lower 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 GetLowerBound() const

Remarks

Get the range's lower bound.

Returns

Lower bound.

See Also