Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TRangeSet
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/RangeSet.h |
Include | #include "Math/RangeSet.h" |
void Add
&40;
RangeType Range
&41;
Remarks
Adds a range to the set.
This method merges overlapping ranges into a single range (i.e. {[1, 5], [4, 6]} becomes [1, 6]). Adjacent ranges (i.e. {[1, 4), [4, 6)} are also merged.
Parameters
Name | Description |
---|---|
Range | The range to add. |