TInterval::Contains

Checks whether this interval contains the specified element.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Interval.h"

Syntax

bool Contains
(
    const ElementType & Element
) const

Remarks

Checks whether this interval contains the specified element.

Returns

true if the range interval 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