Concatenate

Adapters for [FVector2D](API\Runtime\Core\Math\FVector2D).

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/TransformCalculus2D.h"

Syntax

FVector2D Concatenate
(
    const FVector2D & LHS,
    const FVector2D & RHS
)

Remarks

Adapters for FVector2D.

Since it is an existing UE4 types, we cannot rely on the default template that calls member functions. Instead, we provide direct overloads.Specialization for concatenating two 2D Translations.

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