Concatenate

Specialization for concatenating two rotations.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/TransformCalculus3D.h"

Syntax

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

Remarks

Specialization for concatenating two rotations.

FQuat concatenates right to left, opposite of how FMatrix implements it. Confusing, no? That's why we have these high level functions!

Returns

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

Parameters

Parameter

Description

LHS

rotation that goes from space A to space B

RHS

rotation 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