UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FDFVector2 Struct Reference

#include <DoubleFloat.h>

Public Member Functions

FVector2d GetVector2d () const
 
template<typename TInputScalar = double>
 FDFVector2 (const UE::Math::TVector2< TInputScalar > &In)
 
 FDFVector2 (FVector2f High, FVector2f Low)
 
 FDFVector2 ()=default
 
FDFScalar X () const
 
FDFScalar Y () const
 

Public Attributes

FVector2f High {}
 
FVector2f Low {}
 

Constructor & Destructor Documentation

◆ FDFVector2() [1/3]

template<typename TInputScalar = double>
FDFVector2::FDFVector2 ( const UE::Math::TVector2< TInputScalar > &  In)
inline

◆ FDFVector2() [2/3]

FDFVector2::FDFVector2 ( FVector2f  High,
FVector2f  Low 
)
inline

◆ FDFVector2() [3/3]

FDFVector2::FDFVector2 ( )
default

Member Function Documentation

◆ GetVector2d()

FVector2d FDFVector2::GetVector2d ( ) const
inline

◆ X()

FDFScalar FDFVector2::X ( ) const
inline

◆ Y()

FDFScalar FDFVector2::Y ( ) const
inline

Member Data Documentation

◆ High

FVector2f FDFVector2::High {}

◆ Low

FVector2f FDFVector2::Low {}

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