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