SBuildProgressWidget::SetBuildProgressPercent

Sets the build progress bar percentage.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/Dialogs/SBuildProgress.h

Include

#include "Dialogs/SBuildProgress.h"

Source

/Engine/Source/Editor/UnrealEd/Private/Dialogs/SBuildProgress.cpp

Syntax

void SetBuildProgressPercent
(
    int32 InProgressNumerator,
    int32 InProgressDenominator
)

Remarks

Sets the build progress bar percentage.

Parameters

Parameter

Description

ProgressNumerator

Numerator for the progress meter (its current value).

ProgressDenominitator

Denominiator for the progress meter (its range).

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss