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