◆ FVerifier()
◆ ~FVerifier()
| BuildPatchServices::FVerifier::~FVerifier |
( |
| ) |
|
|
inline |
◆ Abort()
| void BuildPatchServices::FVerifier::Abort |
( |
| ) |
|
|
overridevirtual |
◆ AddTouchedFiles()
| void BuildPatchServices::FVerifier::AddTouchedFiles |
( |
const TSet< FString > & |
TouchedFiles | ) |
|
|
overridevirtual |
Register any files that have been built so that they are verified in addition to any marked for repair when Verify is ran.
- Parameters
-
| TouchedFiles | The array of files that have been created or edited. |
Implements BuildPatchServices::IVerifier.
◆ SetPaused()
| void BuildPatchServices::FVerifier::SetPaused |
( |
bool |
bIsPaused | ) |
|
|
overridevirtual |
◆ Verify()
| EVerifyResult BuildPatchServices::FVerifier::Verify |
( |
TArray< FString > & |
CorruptFiles | ) |
|
|
overridevirtual |
Verifies a local directory structure against a given manifest. NOTE: This function is blocking and will not return until finished. Don't run on main thread.
- Parameters
-
| CorruptFiles | OUT The array of files that do not match or are locally missing. |
- Returns
- EVerifiyResult::Success if no file errors occurred AND the verification was successful. Otherwise it will return the first error encountered during verification.
Implements BuildPatchServices::IVerifier.
The documentation for this class was generated from the following file:
- Engine/Source/Runtime/Online/BuildPatchServices/Private/Installer/Verifier.cpp