Navigation
Unreal Engine C++ API Reference > Runtime > Core > Math > TRange > TRange
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/Range.h |
Include | #include "Math/Range.h" |
TRange
&40;
const BoundsType & InLowerBound,
const BoundsType & InUpperBound
&41;
Remarks
Create and initializes a new range with the given lower and upper bounds.
Parameters
Name | Description |
---|---|
InLowerBound | The range's lower bound. |
InUpperBound | The range's upper bound. |