Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Math/Range.h |
Include |
#include "Math/Range.h" |
Check whether this range contains another range.
true if the range contains the other range, false otherwise.
Parameter |
Description |
---|---|
Other |
The range to check. |