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" |
template<typename Allocator>
const void GetRanges
&40;
TArray< RangeType, Allocator > & OutRanges
&41; const
Remarks
Returns a read-only collection of the ranges contained in this set.
Parameters
| Name | Description |
|---|---|
| Allocator | The array allocator to use. |
| OutRanges | Will contain the collection of ranges. |