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 Overlaps
(
const TRange & Other
) const
Remarks
Check whether this range overlaps with another. true if the ranges overlap, false otherwise.
Parameters
| Name | Description |
|---|---|
| Other | The other range. |