Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TRange
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/Range.h |
Include | #include "Math/Range.h" |
bool Adjoins
&40;
const TRange & Other
&41; const
Remarks
Check whether this range adjoins to another.
Two ranges are adjoint if they are next to each other without overlapping, i.e. [A, B) and [B, C) or [A, B] and (B, C) true if this range adjoins the other, false otherwise.
Parameters
Name | Description |
---|---|
Other | The other range. |