Navigation
Unreal Engine C++ API Reference > Runtime > Core > Math > TInterval > TInterval
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/Interval.h |
Include | #include "Math/Interval.h" |
TInterval
&40;
ElementType InMin,
ElementType InMax
&41;
Remarks
Creates and initializes a new interval with the specified lower and upper bounds.
Parameters
Name | Description |
---|---|
InMin | The lower bound of the constructed interval. |
InMax | The upper bound of the constructed interval. |