TRange::Contains

Check whether this range contains the specified element.

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
(
    ElementValueOrConstRef Element
) const

Remarks

Check whether this range contains the specified element.

Returns

true if the range contains the element, false otherwise.

Parameters

Parameter

Description

Element

The element to check.