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

#include <DoubleFloat.h>

Public Member Functions

double GetDouble () const
 
 FDFScalar (double In)
 
 FDFScalar (float High, float Low)
 
 FDFScalar ()=default
 

Public Attributes

float High = 0
 
float Low = 0
 

Constructor & Destructor Documentation

◆ FDFScalar() [1/3]

FDFScalar::FDFScalar ( double  In)
inline

◆ FDFScalar() [2/3]

FDFScalar::FDFScalar ( float  High,
float  Low 
)
inline

◆ FDFScalar() [3/3]

FDFScalar::FDFScalar ( )
default

Member Function Documentation

◆ GetDouble()

double FDFScalar::GetDouble ( ) const
inline

Member Data Documentation

◆ High

float FDFScalar::High = 0

◆ Low

float FDFScalar::Low = 0

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