UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TTransform2< T > Member List

This is the complete list of members for TTransform2< T >, including all inherited members.

Concatenate(const TTransform2 &RHS) constTTransform2< T >inline
ContainsNaN() constTTransform2< T >inline
FReal typedefTTransform2< T >
GetMatrix() constTTransform2< T >inline
GetTranslation() constTTransform2< T >inline
Inverse() constTTransform2< T >inline
IsIdentity() constTTransform2< T >inline
Matrix2Type typedefTTransform2< T >
operator!=(const TTransform2 &Other) constTTransform2< T >inline
operator==(const TTransform2 &Other) constTTransform2< T >inline
SetTranslation(const UE::Math::TVector2< VType > &InTrans)TTransform2< T >inline
To3DMatrix() constTTransform2< T >inline
TransformPoint(const UE::Math::TVector2< VType > &Point) constTTransform2< T >inline
TransformVector(const UE::Math::TVector2< VType > &Vector) constTTransform2< T >inline
TTransform2(const UE::Math::TVector2< VType > &Translation=UE::Math::TVector2< VType >(0.f, 0.f))TTransform2< T >inline
TTransform2(T UniformScale, const UE::Math::TVector2< VType > &Translation=UE::Math::TVector2< VType >(0.f, 0.f))TTransform2< T >inlineexplicit
TTransform2(const TScale2< T > &Scale, const UE::Math::TVector2< VType > &Translation=UE::Math::TVector2< VType >(0.f, 0.f))TTransform2< T >inlineexplicit
TTransform2(const TShear2< T > &Shear, const UE::Math::TVector2< VType > &Translation=UE::Math::TVector2< VType >(0.f, 0.f))TTransform2< T >inlineexplicit
TTransform2(const TQuat2< T > &Rot, const UE::Math::TVector2< VType > &Translation=UE::Math::TVector2< VType >(0.f, 0.f))TTransform2< T >inlineexplicit
TTransform2(const TMatrix2x2< T > &Transform, const UE::Math::TVector2< VType > &Translation=UE::Math::TVector2< VType >(0.f, 0.f))TTransform2< T >inlineexplicit
Vector2Type typedefTTransform2< T >