TRange::Contains

Check whether this range contains the specified element.

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.

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