FTransform

Overload list

Windows
MacOS
Linux
Name Description

Public function

FTransform()

Default constructor.

Public function

FTransform

(
    const FVector& InTranslation
)

Constructor with an initial translation

Public function

FTransform

(
    ENoInit
)

Constructor with leaving uninitialized memory

Public function

FTransform

(
    const FQuat& InRotation
)

Constructor with an initial rotation

Public function

FTransform

(
    const FRotator& InRotation
)

Constructor with an initial rotation

Public function

FTransform

(
    const FMatrix& InMatrix
)

Constructor for converting a Matrix (including scale) into a FTransform.

Public function

FTransform

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

Constructor with all components initialized

Public function

FTransform

(
    const FRotator& InRotation,
    const FVector& InTranslation,
    const FVector& InScale3D
)

Constructor with all components initialized, taking a FRotator as the rotation component

Public function

FTransform

(
    const FVector& InX,
    const FVector& InY,
    const FVector& InZ,
    const FVector& InTranslation
)

Constructor that takes basis axes and 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