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" |
bool Conjoins
&40;
const TRange & X,
const TRange & Y
&41; const
Remarks
Check whether this range conjoins the two given ranges.
A range conjoins two non-overlapping ranges if it adjoins both of them, i.e. [B, C) conjoins the two ranges [A, B) and [C, D). true if this range conjoins the two ranges, false otherwise.
Parameters
Name | Description |
---|---|
X | The first range. |
Y | The second range. |