UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
WindowsRedistributableValidation.h File Reference

Go to the source code of this file.

Classes

struct  VersionInfo
 

Functions

bool IsVersionValid (const VersionInfo &Version, const VersionInfo &MinVersion)
 

Variables

constexpr VersionInfo MinRedistVersion = { 14, 44, 35211, 0 }
 

Function Documentation

◆ IsVersionValid()

bool IsVersionValid ( const VersionInfo Version,
const VersionInfo MinVersion 
)
inline

Valid if the specified version is greater or equal than the minimum version.

Variable Documentation

◆ MinRedistVersion

constexpr VersionInfo MinRedistVersion = { 14, 44, 35211, 0 }
inlineconstexpr