Concatenate

Specialization for concatenating two transforms of the same type.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/TransformCalculus.h"

Syntax

template<typename TransformType>
auto Concatenate
(
    const TransformType & LHS,
    const TransformType & RHS
)

Remarks

Specialization for concatenating two transforms of the same type. By default we try to use a member function on the type.

Returns

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

Parameters

Parameter

Description

LHS

Transformation that goes from space A to space B

RHS

Transformation 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