FTransform::SetTranslationAndScale3D

Sets both the translation and Scale3D components at the same time

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/TransformNonVectorized.h"

Syntax

void SetTranslationAndScale3D
(
    const FVector & NewTranslation,
    const FVector & NewScale3D
)

Remarks

Sets both the translation and Scale3D components at the same time

Parameters

Parameter

Description

NewTranslation

The new value for the translation component

NewScale3D

The new value for the Scale3D component

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