TRange::Adjoins

Check whether this range adjoins to another.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Range.h"

Syntax

bool Adjoins
(
    const TRange & Other
) const

Remarks

Check whether this range adjoins to another.

Two ranges are adjoint if they are next to each other without overlapping, i.e. [A, B) and [B, C) or [A, B] and (B, C)

Returns

true if this range adjoins the other, false otherwise.

Parameters

Parameter

Description

Other

The other 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