FTransform::AddTranslations

Add the translations from two FTransforms and return the result.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/TransformNonVectorized.h"

Syntax

static FVector AddTranslations
(
    const FTransform & A,
    const FTransform & B
)

Remarks

Add the translations from two FTransforms and return the result.

Returns

A.Translation + B.Translation

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