TRange::Contains

Check whether this range contains another range.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Range.h"

Syntax

bool Contains
(
    const TRange & Other
) const

Remarks

Check whether this range contains another range.

Returns

true if the range contains the other range, false otherwise.

Parameters

Parameter

Description

Other

The range to check.

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