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 RangeType & Range
) const
Remarks
Checks whether this range set overlaps with the specified range. true if this set overlaps with the range, false otherwise.
Parameters
| Name | Description |
|---|---|
| Range | The range to check. |