Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TRangeBound
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/RangeBound.h |
Include | #include "Math/RangeBound.h" |
static const TRangeBound & MaxUpper
&40;
const TRangeBound & A,
const TRangeBound & B
&41;
Remarks
Returns the greater of two upper bounds. The greater upper bound.
Parameters
Name | Description |
---|---|
A | The first upper bound. |
B | The second upper bound. |