Concatenate

Specialization for concatenating two translations.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/TransformCalculus3D.h"

Syntax

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

Remarks

Specialization for concatenating two translations.

Returns

a new Translation representing the transformation from the input space of LHS to the output space of RHS.

Parameters

Parameter

Description

LHS

Translation that goes from space A to space B

RHS

Translation that goes from space B to space C.

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