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
&40;
const RangeType & Range
&41; 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. |