Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TIntVector4
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/IntVector.h |
| Include | #include "Math/IntVector.h" |
TIntVector4 ComponentMax
(
const TIntVector4 & Other
) const
Remarks
Get the component-wise max of this vector and the parameter vector. A vector where each component is the maximum value of the corresponding components of the two vectors.
Parameters
| Name | Description |
|---|---|
| Other | The other vector to compare against. |