Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TRange > API/Runtime/Core/Math/TRange/Contains
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/Range.h |
Include | #include "Math/Range.h" |
bool Contains
&40;
ElementValueOrConstRef Element
&41; const
Remarks
Check whether this range contains the specified element. true if the range contains the element, false otherwise.
Parameters
Name | Description |
---|---|
Element | The element to check. |