Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TRangeSet > API/Runtime/Core/Math/TRangeSet/Contains
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/RangeSet.h |
| Include | #include "Math/RangeSet.h" |
bool Contains
(
const RangeType & Range
) const
Remarks
Checks whether this set contains the specified range. true if the set contains the range, false otherwise.
Parameters
| Name | Description |
|---|---|
| Range | The range to check. |