Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TRange > API/Runtime/Core/Math/TRange/Intersection
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Range.h |
| Include | #include "Math/Range.h" |
static TRange Intersection
(
const TArray < TRange > & Ranges
)
Remarks
Compute the intersection of many ranges. The intersection.
Parameters
| Name | Description |
|---|---|
| Ranges | The ranges to intersect. |