TRange::Conjoins

Check whether this range conjoins the two given ranges.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Range.h"

Syntax

bool Conjoins
(
    const TRange & X,
    const TRange & Y
) 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).

Returns

true if this range conjoins the two ranges, false otherwise.

Parameters

Parameter

Description

X

The first range.

Y

The second range.

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