Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Dialogs
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SBuildProgressWidget
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Dialogs/SBuildProgress.h |
| Include | #include "Dialogs/SBuildProgress.h" |
Syntax
class SBuildProgressWidget : public SCompoundWidget
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FText | Assembles the text containing the elapsed build time. | ||
| void | Construct
(
const FArguments& InArgs |
||
| void | Records the application time in seconds; used in display of elapsed build time. | ||
| FText | |||
| TOptional< float > | |||
| FText | Progress Control Callbacks | ||
| void | SetBuildProgressPercent
(
int32 InProgressNumerator, |
Sets the build progress bar percentage. | |
| void | SetBuildStatusText
(
const FText& StatusText |
Sets the text that describes what part of the build we are currently on. | |
| void | SetBuildType
(
EBuildType InBuildType |
Sets the current build type. | |
| void | |||
| void | UpdateTime () |
Updates the label displaying the current time. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EBuildIssueType | The various issues that can occur. | ||
| EBuildType | The type of build that is occurring. |