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

#include <BundlePrereqCombinedStatusHelper.h>

Public Attributes

float BackgroundDownloadProgressPercent = 0.0f
 
float InstallOnlyProgressPercent = 0.0f
 
float ProgressPercent = 0.0f
 
int32 InstalledBundlesCount = 0
 
int32 TotalBundlesCount = 0
 
TArray< FBuildInstallerStatStats
 
ECombinedBundleStatus CombinedStatus = ECombinedBundleStatus::Unknown
 
EInstallBundlePauseFlags CombinedPauseFlags = EInstallBundlePauseFlags::None
 
bool bIsPaused = false
 
bool bDoesCurrentStateSupportPausing = false
 
bool bBundleRequiresUpdate = false
 

Member Data Documentation

◆ BackgroundDownloadProgressPercent

float FInstallBundleCombinedProgressTracker::FCombinedProgress::BackgroundDownloadProgressPercent = 0.0f

◆ bBundleRequiresUpdate

bool FInstallBundleCombinedProgressTracker::FCombinedProgress::bBundleRequiresUpdate = false

◆ bDoesCurrentStateSupportPausing

bool FInstallBundleCombinedProgressTracker::FCombinedProgress::bDoesCurrentStateSupportPausing = false

◆ bIsPaused

bool FInstallBundleCombinedProgressTracker::FCombinedProgress::bIsPaused = false

◆ CombinedPauseFlags

EInstallBundlePauseFlags FInstallBundleCombinedProgressTracker::FCombinedProgress::CombinedPauseFlags = EInstallBundlePauseFlags::None

◆ CombinedStatus

ECombinedBundleStatus FInstallBundleCombinedProgressTracker::FCombinedProgress::CombinedStatus = ECombinedBundleStatus::Unknown

◆ InstalledBundlesCount

int32 FInstallBundleCombinedProgressTracker::FCombinedProgress::InstalledBundlesCount = 0

◆ InstallOnlyProgressPercent

float FInstallBundleCombinedProgressTracker::FCombinedProgress::InstallOnlyProgressPercent = 0.0f

◆ ProgressPercent

float FInstallBundleCombinedProgressTracker::FCombinedProgress::ProgressPercent = 0.0f

◆ Stats

TArray<FBuildInstallerStat> FInstallBundleCombinedProgressTracker::FCombinedProgress::Stats

◆ TotalBundlesCount

int32 FInstallBundleCombinedProgressTracker::FCombinedProgress::TotalBundlesCount = 0

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