TRangeSet::GetRanges

Returns a read-only collection of the ranges contained in this set.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/RangeSet.h

Include

#include "Math/RangeSet.h"

Syntax

template<typename Allocator>
const void GetRanges
(
    TArray< RangeType, Allocator > & OutRanges
) const

Remarks

Returns a read-only collection of the ranges contained in this set.

Parameters

Parameter

Description

Allocator

The array allocator to use.

OutRanges

Will contain the collection of ranges.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss