Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TVector2
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Vector2D.h |
| Include | #include "Math/Vector2D.h" |
bool ComponentwiseAllLessThan
(
const TVector2 < T > & Other
) const
Remarks
Checks whether both components of this vector are less than another. true if both components of this are less than Other, otherwise false.
Parameters
| Name | Description |
|---|---|
| Other | The vector to compare against. |