Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
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.

Definition at line 200 of file TransformCalculus3D.h.

Member Function Documentation

◆ Convert()

Definition at line 203 of file TransformCalculus3D.h.


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