TransformVector

Generic implementation of TransformVector for 2D vectors.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/TransformCalculus.h"

Syntax

template<typename TransformType>
FVector2D TransformVector
(
    const TransformType & Transform,
    const FVector2D & Vector
)

Remarks

Generic implementation of TransformVector for 2D vectors. Attempts to use a member function of the TransformType.

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