TRange::Contains

Check whether this range contains another range.

Choose your operating system:

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.