UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TransformConverter< FMatrix44f > Struct Reference

#include <TransformCalculus3D.h>

Static Public Member Functions

template<typename OtherTransformType >
static auto Convert (const OtherTransformType &Transform) -> decltype((FMatrix44f) ToMatrix(Transform))
 

Detailed Description

Specialization of TransformConverter for UE::Math::TMatrix<T>. 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 UE::Math::TMatrix<T> without creating a new instance.

Member Function Documentation

◆ Convert()


The documentation for this struct was generated from the following file: