Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TRangeSet > API/Runtime/Core/Math/TRangeSet/Overlaps
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/RangeSet.h |
| Include | #include "Math/RangeSet.h" |
bool Overlaps
(
const TRangeSet & Other
) const
Remarks
Checks whether this range set overlaps with another. true if the range sets overlap, false otherwise.
Parameters
| Name | Description |
|---|---|
| Other | The other range set. |