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

#include <DoubleFloat.h>

Public Member Functions

FVector4d GetVector4d () const
 
template<typename TInputScalar = double>
 FDFVector4 (const UE::Math::TVector4< TInputScalar > &In)
 
template<typename TInputScalar = double>
 FDFVector4 (const UE::Math::TVector< TInputScalar > &In, TInputScalar InW)
 
 FDFVector4 (FVector4f High, FVector4f Low)
 
 FDFVector4 ()=default
 
FDFScalar X () const
 
FDFScalar Y () const
 
FDFScalar Z () const
 
FDFScalar W () const
 

Public Attributes

FVector4f High {}
 
FVector4f Low {}
 

Constructor & Destructor Documentation

◆ FDFVector4() [1/4]

template<typename TInputScalar = double>
FDFVector4::FDFVector4 ( const UE::Math::TVector4< TInputScalar > &  In)
inlineexplicit

◆ FDFVector4() [2/4]

template<typename TInputScalar = double>
FDFVector4::FDFVector4 ( const UE::Math::TVector< TInputScalar > &  In,
TInputScalar  InW 
)
inlineexplicit

◆ FDFVector4() [3/4]

FDFVector4::FDFVector4 ( FVector4f  High,
FVector4f  Low 
)
inline

◆ FDFVector4() [4/4]

FDFVector4::FDFVector4 ( )
default

Member Function Documentation

◆ GetVector4d()

FVector4d FDFVector4::GetVector4d ( ) const
inline

◆ W()

FDFScalar FDFVector4::W ( ) const
inline

◆ X()

FDFScalar FDFVector4::X ( ) const
inline

◆ Y()

FDFScalar FDFVector4::Y ( ) const
inline

◆ Z()

FDFScalar FDFVector4::Z ( ) const
inline

Member Data Documentation

◆ High

FVector4f FDFVector4::High {}

◆ Low

FVector4f FDFVector4::Low {}

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