◆ FVerifierStatistics()
◆ ~FVerifierStatistics()
| BuildPatchServices::FVerifierStatistics::~FVerifierStatistics |
( |
| ) |
|
◆ GetBytesVerified()
| uint64 BuildPatchServices::FVerifierStatistics::GetBytesVerified |
( |
| ) |
const |
|
overridevirtual |
◆ GetNumFailedFilesVerified()
| int32 BuildPatchServices::FVerifierStatistics::GetNumFailedFilesVerified |
( |
| ) |
const |
|
overridevirtual |
◆ GetNumSuccessfulFilesVerified()
| int32 BuildPatchServices::FVerifierStatistics::GetNumSuccessfulFilesVerified |
( |
| ) |
const |
|
overridevirtual |
◆ GetVerifyErrorCounts()
| TMap< EVerifyError, int32 > BuildPatchServices::FVerifierStatistics::GetVerifyErrorCounts |
( |
| ) |
const |
|
overridevirtual |
◆ IsCurrentlyReading()
| bool BuildPatchServices::FVerifierStatistics::IsCurrentlyReading |
( |
| ) |
const |
|
overridevirtual |
◆ OnFileCompleted()
| void BuildPatchServices::FVerifierStatistics::OnFileCompleted |
( |
const FString & |
Filename, |
|
|
EVerifyResult |
VerifyResult |
|
) |
| |
|
overridevirtual |
Called each time a file has finished being verified.
- Parameters
-
| Filename | The filename of the file. |
| VerifyResult | The result of the file's verify test. |
Implements BuildPatchServices::IVerifierStat.
◆ OnFileProgress()
| void BuildPatchServices::FVerifierStatistics::OnFileProgress |
( |
const FString & |
Filename, |
|
|
int64 |
TotalBytes |
|
) |
| |
|
overridevirtual |
Called during a file verification with the current progress.
- Parameters
-
| Filename | The filename of the file. |
| TotalBytes | The number of bytes processed so far. |
Implements BuildPatchServices::IVerifierStat.
◆ OnFileRead()
◆ OnFileStarted()
| void BuildPatchServices::FVerifierStatistics::OnFileStarted |
( |
const FString & |
Filename, |
|
|
int64 |
FileSize |
|
) |
| |
|
overridevirtual |
Called each time a file is going to be verified.
- Parameters
-
| Filename | The filename of the file. |
| FileSize | The size of the file being verified. |
Implements BuildPatchServices::IVerifierStat.
◆ OnProcessedDataUpdated()
| void BuildPatchServices::FVerifierStatistics::OnProcessedDataUpdated |
( |
int64 |
TotalBytes | ) |
|
|
overridevirtual |
Called to update the total amount of bytes which have been processed.
- Parameters
-
| TotalBytes | The number of bytes processed so far. |
Implements BuildPatchServices::IVerifierStat.
◆ OnTotalRequiredUpdated()
| void BuildPatchServices::FVerifierStatistics::OnTotalRequiredUpdated |
( |
int64 |
TotalBytes | ) |
|
|
overridevirtual |
Called to update the total number of bytes to be processed.
- Parameters
-
| TotalBytes | The total number of bytes to be processed. |
Implements BuildPatchServices::IVerifierStat.
The documentation for this class was generated from the following file: