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

Go to the source code of this file.

Classes

struct  UE::Math::TVector2< T >
 
struct  TIsPODType< FVector2f >
 
struct  TIsUECoreVariant< FVector2f >
 
struct  TCanBulkSerialize< FVector2f >
 
struct  TIsPODType< FVector2d >
 
struct  TIsUECoreVariant< FVector2d >
 
struct  TCanBulkSerialize< FVector2d >
 

Namespaces

namespace  UE
 
namespace  UE::Math
 

Functions

template<typename T >
FORCEINLINE uint32 UE::Math::GetTypeHash (const TVector2< T > &Vector)
 
FArchiveUE::Math::operator<< (FArchive &Ar, TVector2< float > &V)
 
void UE::Math::operator<< (FStructuredArchive::FSlot Slot, TVector2< float > &V)
 
FArchiveUE::Math::operator<< (FArchive &Ar, TVector2< double > &V)
 
void UE::Math::operator<< (FStructuredArchive::FSlot Slot, TVector2< double > &V)
 
template<typename T , typename T2 , TEMPLATE_REQUIRES(std::is_arithmetic< T2 >::value) >
FORCEINLINE TVector2< TUE::Math::operator* (T2 Scale, const TVector2< T > &V)
 
 UE_DECLARE_LWC_TYPE (Vector2,, FVector2D)
 

Function Documentation

◆ UE_DECLARE_LWC_TYPE()

UE_DECLARE_LWC_TYPE ( Vector2 ,
FVector2D  )