Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TRange
Description
Check if this range is contiguous with another range.
Two ranges are contiguous if they are adjoint or overlapping.
| Name | Contiguous |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Range.h |
| Include Path | #include "Math/Range.h" |
bool Contiguous
(
const TRange & Other
) const
true if the ranges are contiguous, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| Other | The other range. |