Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TRangeSet
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Checks whether this range set overlaps with the specified range. | Math/RangeSet.h | ||
| Checks whether this range set overlaps with another. | Math/RangeSet.h |
Overlaps(const RangeType &)
Description
Checks whether this range set overlaps with the specified range.
| Name | Overlaps |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/RangeSet.h |
| Include Path | #include "Math/RangeSet.h" |
bool Overlaps
(
const RangeType & Range
) const
true if this set overlaps with the range, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| Range | The range to check. |
Overlaps(const TRangeSet &)
Description
Checks whether this range set overlaps with another.
| Name | Overlaps |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/RangeSet.h |
| Include Path | #include "Math/RangeSet.h" |
bool Overlaps
(
const TRangeSet & Other
) const
true if the range sets overlap, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| Other | The other range set. |