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