Navigation
Unreal Engine C++ API Reference > Runtime > Core > Math > TRange
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/Range.h |
Include | #include "Math/Range.h" |
bool operator&61;&61;
&40;
const TRange & Other
&41; const
Remarks
Compare this range with the specified range for equality. true if the ranges are equal, false otherwise.
Parameters
Name | Description |
---|---|
Other | The range to compare with. |