FVector2D::Max

Returns a vector with the maximum component for each dimension from the pair of vectors.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/Vector2D.h

Include

#include "Math/Vector2D.h"

Syntax

static FVector2D Max
(
    const FVector2D & A,
    const FVector2D & B
)

Remarks

Returns a vector with the maximum component for each dimension from the pair of vectors.

Returns

The max vector.

Parameters

Parameter

Description

A

The first vector.

B

The second vector.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss