Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TInterval
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Interval.h |
| Include | #include "Math/Interval.h" |
bool Contains
(
const ElementType & Element
) const
Remarks
Checks whether this interval contains the specified element. true if the range interval the element, false otherwise.
Parameters
| Name | Description |
|---|---|
| Element | The element to check. |