TRangeBound::MinUpper

Returns the lesser of two upper 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 & MinUpper
(
    const TRangeBound & A,
    const TRangeBound & B
)

Remarks

Returns the lesser of two upper bounds.

Returns

The lesser upper bound.

Parameters

Parameter

Description

A

The first upper bound.

B

The second upper 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