TransformVector

Overload list

Windows
MacOS
Linux
Name Description

Public function

VectorType

 

TransformVector

(
    const TransformType& Transform,
    const VectorType& Vector
)

Generic implementation of TransformVector. Attempts to use a member function of the TransformType.

Public function

FVector2D

 

TransformVector

(
    const TransformType& Transform,
    const FVector2D& Vector
)

Generic implementation of TransformVector for 2D vectors.

Public function

FVector

 

TransformVector

(
    float Transform,
    const FVector& Vector
)

Specialization for uniform Scale.

Public function

const FVecto...

 

TransformVector

(
    const FVector2D& Transform,
    const FVector2D& Vector
)

Specialization for FVector2D Translation (does nothing).

Public function

FVector2D

 

TransformVector

(
    float Transform,
    const FVector2D& Vector
)

Specialization for uniform Scale.

Public function

FVector

 

TransformVector

(
    const FQuat& Transform,
    const FVector& Vector
)

Specialization for FQuat as it's member function is called something slightly different.

Public function

FVector

 

TransformVector

(
    const FRotator& Transform,
    const FVector& Vector
)

Specialization for FRotator as it's member function is called something slightly different.

Public function

const FVecto...

 

TransformVector

(
    const FVector& Transform,
    const FVector& Vector
)

Specialization for FVector Translation (does nothing).

Public function

FVector

 

TransformVector

(
    const FScale& Transform,
    const FVector& Vector
)

Specialization for Scale.

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