Represents the BSOD (Blue Screen of Death) widget for an operating system.
More...
#include "OperatingSystemBsodWidget.h"
|
void | SetError (const FGenericError &NewError) |
| Sets the error for the BSOD (Blue Screen Of Death) widget by taking in a reference to a FGenericError object.
|
|
void | UpdateProgress (const float ProgressPercentage) |
| Updates the progress percentage of the BSOD (Blue Screen of Death) widget.
|
|
|
void | K2_OnProgressChanged (const float &CurrentProgressPercentage) |
| Triggered when the progress of the BSOD (Blue Screen of Death) widget changes.
|
|
Represents the BSOD (Blue Screen of Death) widget for an operating system.
◆ CreateBsodWidget()
Creates a BSOD (Blue Screen of Death) widget for an operating system.
This function creates a BSOD widget by taking in a pointer to the owning operating system object.
- Parameters
-
OwningOS | A pointer to the owning operating system object. |
- Returns
- A pointer to the created BSOD widget.
◆ K2_OnProgressChanged()
void UOperatingSystemBsodWidget::K2_OnProgressChanged |
( |
const float & | CurrentProgressPercentage | ) |
|
|
protected |
Triggered when the progress of the BSOD (Blue Screen of Death) widget changes.
- Parameters
-
CurrentProgressPercentage | The current progress percentage value. Should be a value between 0 and 100. |
- Note
- This method is implemented as a BlueprintImplementableEvent, which means it can be overridden in Blueprints and additional functionality can be added.
◆ SetError()
void UOperatingSystemBsodWidget::SetError |
( |
const FGenericError & | NewError | ) |
|
Sets the error for the BSOD (Blue Screen Of Death) widget by taking in a reference to a FGenericError object.
- Parameters
-
NewError | The error to set for the BSOD widget. |
- See also
- FGenericError
◆ UpdateProgress()
void UOperatingSystemBsodWidget::UpdateProgress |
( |
const float | ProgressPercentage | ) |
|
Updates the progress percentage of the BSOD (Blue Screen of Death) widget.
- Parameters
-
ProgressPercentage | The progress percentage value to update. Should be a value between 0 and 100. |
◆ BsodError
◆ ParentOS
Pointer to the parent operating system object of the BSOD widget.
The ParentOS variable is used in the CreateBsodWidget function of the UOperatingSystemBsodWidget class to set the parent operating system for the BSOD widget.
- See also
- CreateBsodWidget
The documentation for this class was generated from the following files: