Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TRange
Description
Calculate the difference between two ranges, i.e. X - Y.
| Name | Difference |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Range.h |
| Include Path | #include "Math/Range.h" |
static TArray < TRange > Difference
(
const TRange & X,
const TRange & Y
)
Between 0 and 2 remaining ranges.
Parameters
| Name | Remarks |
|---|---|
| X | The first range to subtract from. |
| Y | The second range to subtract with. |
See Also
-
Hull
-
Intersection
-
Union