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;
ElementValueOrConstRef A,
ElementValueOrConstRef B
&41;
Remarks
Create and initializes a new range with the given lower and upper bounds.
The created range is of the form [A, B).
Parameters
Name | Description |
---|---|
A | The range's lower bound value (inclusive). |
B | The range's upper bound value (exclusive). |