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

#include <DoubleFloat.h>

Public Member Functions

FVector3d GetVector3d () const
 
template<typename TInputScalar = double>
 FDFVector3 (const UE::Math::TVector< TInputScalar > &In)
 
 FDFVector3 (FVector3f High, FVector3f Low)
 
 FDFVector3 ()=default
 
FDFScalar X () const
 
FDFScalar Y () const
 
FDFScalar Z () const
 

Public Attributes

FVector3f High {}
 
FVector3f Low {}
 

Constructor & Destructor Documentation

◆ FDFVector3() [1/3]

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

◆ FDFVector3() [2/3]

FDFVector3::FDFVector3 ( FVector3f  High,
FVector3f  Low 
)
inline

◆ FDFVector3() [3/3]

FDFVector3::FDFVector3 ( )
default

Member Function Documentation

◆ GetVector3d()

FVector3d FDFVector3::GetVector3d ( ) const
inline

◆ X()

FDFScalar FDFVector3::X ( ) const
inline

◆ Y()

FDFScalar FDFVector3::Y ( ) const
inline

◆ Z()

FDFScalar FDFVector3::Z ( ) const
inline

Member Data Documentation

◆ High

FVector3f FDFVector3::High {}

◆ Low

FVector3f FDFVector3::Low {}

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