Navigation
API > API/Editor > API/Editor/UnrealEd
| Name | SBuildProgressWidget |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Dialogs/SBuildProgress.h |
| Include Path | #include "Dialogs/SBuildProgress.h" |
Syntax
class SBuildProgressWidget : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SBuildProgressWidget
- FSlateControlledConstruction → SWidget → SCompoundWidget → SBuildProgressWidget
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SBuildProgressWidget() |
Dialogs/SBuildProgress.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~SBuildProgressWidget() |
Dialogs/SBuildProgress.h |
Structs
| Name | Remarks |
|---|---|
| FArguments |
Enums
Public
| Name | Remarks |
|---|---|
| EBuildIssueType | The various issues that can occur. |
| EBuildType | The type of build that is occurring. |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bStoppingBuild | bool | The stop build button has been pressed | Dialogs/SBuildProgress.h | |
| BuildStartTime | FDateTime | Application time in seconds at which the build began. | Dialogs/SBuildProgress.h | |
| BuildStatusText | FText | Displays some status info about the build. | Dialogs/SBuildProgress.h | |
| BuildStatusTime | FText | Displays the elapsed time for the build | Dialogs/SBuildProgress.h | |
| BuildType | EBuildType | The type of build that is currently occurring. | Dialogs/SBuildProgress.h | |
| CriticalErrorCount | int32 | Dialogs/SBuildProgress.h | ||
| ErrorCount | int32 | Dialogs/SBuildProgress.h | ||
| ProgressDenominator | int32 | Progress denominator | Dialogs/SBuildProgress.h | |
| ProgressNumerator | int32 | Progress numerator | Dialogs/SBuildProgress.h | |
| ProgressStatusText | FText | Dialogs/SBuildProgress.h | ||
| WarningCount | int32 | The warning/error/critical error counts. | Dialogs/SBuildProgress.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FText BuildElapsedTimeText() |
Assembles the text containing the elapsed build time. | Dialogs/SBuildProgress.h | |
void Construct
(
const FArguments& InArgs |
Dialogs/SBuildProgress.h | ||
void MarkBuildStartTime() |
Records the application time in seconds; used in display of elapsed build time. | Dialogs/SBuildProgress.h | |
FText OnGetBuildTimeText() |
Dialogs/SBuildProgress.h | ||
TOptional< float > OnGetProgressFraction() |
Dialogs/SBuildProgress.h | ||
FText OnGetProgressText() |
Progress Control Callbacks | Dialogs/SBuildProgress.h | |
void SetBuildProgressPercent
(
int32 InProgressNumerator, |
Sets the build progress bar percentage. | Dialogs/SBuildProgress.h | |
void SetBuildStatusText
(
const FText& StatusText |
Sets the text that describes what part of the build we are currently on. | Dialogs/SBuildProgress.h | |
void SetBuildType
(
EBuildType InBuildType |
Sets the current build type. | Dialogs/SBuildProgress.h | |
void UpdateProgressText() |
Dialogs/SBuildProgress.h | ||
void UpdateTime() |
Updates the label displaying the current time. | Dialogs/SBuildProgress.h |