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 Contiguous
&40;
const TRange & Other
&41; const
Remarks
Check if this range is contiguous with another range.
Two ranges are contiguous if they are adjoint or overlapping. true if the ranges are contiguous, false otherwise.
Parameters
| Name | Description |
|---|---|
| Other | The other range. |