Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TRangeSet > API/Runtime/Core/Math/TRangeSet/Contains
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/RangeSet.h |
| Include | #include "Math/RangeSet.h" |
bool Contains
(
ElementValueOrConstRef Element
) const
Remarks
Checks whether this set contains the specified element. true if the element is in the set, false otherwise.
Parameters
| Name | Description |
|---|---|
| Element | The element to check. |