Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Math/Range.h |
Include |
#include "Math/Range.h" |
bool Contains
(
ElementValueOrConstRef Element
) const
Check whether this range contains the specified element.
true if the range contains the element, false otherwise.
Parameter |
Description |
---|---|
Element |
The element to check. |