UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Quat.h File Reference

Go to the source code of this file.

Classes

struct  UE::Math::TQuat< T >
 
struct  TIsPODType< FQuat4f >
 
struct  TIsPODType< FQuat4d >
 
struct  TIsUECoreVariant< FQuat4f >
 
struct  TIsUECoreVariant< FQuat4d >
 
struct  TCanBulkSerialize< FQuat4f >
 
struct  TCanBulkSerialize< FQuat4d >
 
struct  TCustomLerp< UE::Math::TQuat< T > >
 

Namespaces

namespace  UE
 
namespace  UE::Math
 

Functions

FArchiveUE::Math::operator<< (FArchive &Ar, TQuat< float > &F)
 
FArchiveUE::Math::operator<< (FArchive &Ar, TQuat< double > &F)
 
template<typename T >
UE_FORCEINLINE_HINT TQuat< T > UE::Math::operator* (const float Scale, const TQuat< T > &Q)
 
template<typename T >
UE_FORCEINLINE_HINT TQuat< T > UE::Math::operator* (const double Scale, const TQuat< T > &Q)
 
template<typename T >
uint32 UE::Math::GetTypeHash (const TQuat< T > &Quat)
 
 UE_DECLARE_LWC_TYPE (Quat, 4)
 
 DECLARE_INTRINSIC_TYPE_LAYOUT (FQuat4f)
 
 DECLARE_INTRINSIC_TYPE_LAYOUT (FQuat4d)
 

Function Documentation

◆ DECLARE_INTRINSIC_TYPE_LAYOUT() [1/2]

DECLARE_INTRINSIC_TYPE_LAYOUT ( FQuat4d  )

◆ DECLARE_INTRINSIC_TYPE_LAYOUT() [2/2]

DECLARE_INTRINSIC_TYPE_LAYOUT ( FQuat4f  )

◆ UE_DECLARE_LWC_TYPE()

UE_DECLARE_LWC_TYPE ( Quat  ,
 
)