FTransform::operator*

Return a transform that is the result of this multiplied by another transform.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/TransformNonVectorized.h"

Syntax

FTransform operator*
(
    const FTransform & Other
) const

Remarks

Return a transform that is the result of this multiplied by another transform. Order matters when composing transforms : C = A * B will yield a transform C that logically first applies A then B to any subsequent transformation.

Returns

new transform: this * Other

Parameters

Parameter

Description

Other

other transform by which to multiply.

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