Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
Quat.h File Reference
+ Include dependency graph for Quat.h:
+ This graph shows which files directly or indirectly include this file:

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 >
FORCEINLINE TQuat< TUE::Math::operator* (const float Scale, const TQuat< T > &Q)
 
template<typename T >
FORCEINLINE TQuat< TUE::Math::operator* (const double Scale, const TQuat< T > &Q)
 
template<typename T >
FORCEINLINE 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 ,
4  )