TRangeBound::MaxLower

Returns the greater of two lower bounds.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/RangeBound.h"

Syntax

static const TRangeBound & MaxLower
(
    const TRangeBound & A,
    const TRangeBound & B
)

Remarks

Returns the greater of two lower bounds.

Returns

The greater lower bound.

Parameters

Parameter

Description

A

The first lower bound.

B

The second lower bound.

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