FTransform::SetComponents

Sets the components

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/TransformNonVectorized.h"

Syntax

void SetComponents
(
    const FQuat & InRotation,
    const FVector & InTranslation,
    const FVector & InScale3D
)

Remarks

Sets the components

Parameters

Parameter

Description

InRotation

The new value for the Rotation component

InTranslation

The new value for the Translation component

InScale3D

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