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
&41;
Remarks
Create a range with a single element.
The created range is of the form [A, A].
Parameters
Name | Description |
---|---|
A | The element in the range. |