TransformConverter< FMatrix >

Specialization of [TransformConverter](API\Runtime\Core\Math\TransformConverter) for [FMatrix](API\Runtime\Core\Math\FMatrix).

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/TransformCalculus3D.h"

Syntax

template<>
struct TransformConverter< FMatrix >

Remarks

Specialization of TransformConverter for FMatrix. Calls ToMatrix() by default. Allows custom types to easily provide support via a ToMatrix() overload or a ToMatrix() member function. Uses decltype to support efficient passthrough of classes that can convert to a FMatrix without creating a new instance.

Functions

Name Description

Public function Static

auto

 

Convert

(
    const OtherTransformType& Transfor...
)

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