Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Dialogs > API/Editor/UnrealEd/Dialogs/SBuildProgressWidget
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 |
void SetBuildProgressPercent
&40;
int32 InProgressNumerator,
int32 InProgressDenominator
&41;
Remarks
Sets the build progress bar percentage.
Parameters
| Name | Description |
|---|---|
| ProgressNumerator | Numerator for the progress meter (its current value). |
| ProgressDenominitator | Denominiator for the progress meter (its range). |