◆ FInstallerError()
| BuildPatchServices::FInstallerError::FInstallerError |
( |
| ) |
|
◆ ~FInstallerError()
| BuildPatchServices::FInstallerError::~FInstallerError |
( |
| ) |
|
◆ CanRetry()
| bool BuildPatchServices::FInstallerError::CanRetry |
( |
| ) |
const |
|
overridevirtual |
Get whether the reported error is one which should be capable of recovering with an installation retry.
- Returns
- true if the installation can retry.
Implements BuildPatchServices::IInstallerError.
◆ GetErrorCode()
| FString BuildPatchServices::FInstallerError::GetErrorCode |
( |
| ) |
const |
|
overridevirtual |
◆ GetErrorText()
| FText BuildPatchServices::FInstallerError::GetErrorText |
( |
| ) |
const |
|
overridevirtual |
◆ GetErrorType()
◆ HasError()
| bool BuildPatchServices::FInstallerError::HasError |
( |
| ) |
const |
|
overridevirtual |
◆ IsCancelled()
| bool BuildPatchServices::FInstallerError::IsCancelled |
( |
| ) |
const |
|
overridevirtual |
◆ RegisterForErrors()
Register a delegate to be called upon an error occurring.
- Parameters
-
| Delegate | The delegate to be executed on error. |
- Returns
- a handle for this registration, used to unregister.
Implements BuildPatchServices::IInstallerError.
◆ Reset()
| void BuildPatchServices::FInstallerError::Reset |
( |
| ) |
|
|
overridevirtual |
◆ SetError()
Report a fatal error that has occurred which should cause other systems to abort.
- Parameters
-
| ErrorType | The enum value for the error. |
| ErrorSubType | The error sub type string for the error. |
| ErrorCode | The error code for the error. 0 means no additional information. |
| ErrorText | Optional specific error display text to use instead of the standard generic one. |
Implements BuildPatchServices::IInstallerError.
◆ UnregisterForErrors()
| void BuildPatchServices::FInstallerError::UnregisterForErrors |
( |
int32 |
Handle | ) |
|
|
overridevirtual |
Unregister a delegate from being called upon an error occurring.
- Parameters
-
| Handle | The value that was returned RegisterForErrors for the delegate to be removed. |
Implements BuildPatchServices::IInstallerError.
The documentation for this class was generated from the following file: