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 Empty&40;&41;
Remarks
Removes a range from the set.
Ranges that overlap with the removed range will be split.
Parameters
Name | Description |
---|---|
Range | The range to remove.Removes all ranges from the set. |