UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FDriverVersion Class Reference

#include <GenericPlatformDriver.h>

Public Member Functions

 FDriverVersion ()=default
 
 FDriverVersion (const FString &DriverVersionString)
 
void Parse (const FString &DriverVersionString)
 
bool operator> (const FDriverVersion &Other) const
 
bool operator== (const FDriverVersion &Other) const
 
bool operator< (const FDriverVersion &Other) const
 
bool operator!= (const FDriverVersion &Other) const
 
bool operator>= (const FDriverVersion &Other) const
 
bool operator<= (const FDriverVersion &Other) const
 
uint32 GetVersionValue (uint32 Index) const
 
const TArray< uint32 > & GetVersionValues () const
 

Constructor & Destructor Documentation

◆ FDriverVersion() [1/2]

FDriverVersion::FDriverVersion ( )
default

◆ FDriverVersion() [2/2]

FDriverVersion::FDriverVersion ( const FString &  DriverVersionString)
inline

Member Function Documentation

◆ GetVersionValue()

uint32 FDriverVersion::GetVersionValue ( uint32  Index) const
inline

◆ GetVersionValues()

const TArray< uint32 > & FDriverVersion::GetVersionValues ( ) const
inline

◆ operator!=()

bool FDriverVersion::operator!= ( const FDriverVersion Other) const
inline

◆ operator<()

bool FDriverVersion::operator< ( const FDriverVersion Other) const
inline

◆ operator<=()

bool FDriverVersion::operator<= ( const FDriverVersion Other) const
inline

◆ operator==()

bool FDriverVersion::operator== ( const FDriverVersion Other) const
inline

◆ operator>()

bool FDriverVersion::operator> ( const FDriverVersion Other) const
inline

◆ operator>=()

bool FDriverVersion::operator>= ( const FDriverVersion Other) const
inline

◆ Parse()

void FDriverVersion::Parse ( const FString &  DriverVersionString)
inline

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