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 ComponentwiseAllGreaterOrEqual
(
const TVector2 < T > & Other
) const
Remarks
Checks whether both components of this vector are greater than or equal to another. true if both components of this are greater than or equal to Other, otherwise false.
Parameters
| Name | Description |
|---|---|
| Other | The vector to compare against. |