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 Merge
(
const TRangeSet & Other
)
Remarks
Merges another range set into this set.
Parameters
| Name | Description |
|---|---|
| Other | The range set to merge. |