#include <Verifier.h>
◆ Create()
Creates a verifier class that will verify a local directory structure against a given manifest, optionally taking account of a staging directory where alternative files are used. NOTE: This function is blocking and will not return until finished. Don't run on a UI thread.
- Parameters
-
| FileSystem | The file system interface. |
| VerifierStat | Pointer to the class which will receive status updates. |
| VerifyMode | The verify mode to run. |
| InstallTags | The install tags, will be used when verifying all files. |
| Manifest | The manifest describing the build data. |
| VerifyDirectory | The directory to analyze. |
| StagedFileDirectory | A stage directory for updated files, ignored if empty string. If a file exists here, it will be checked instead of the one in VerifyDirectory. |
- Returns
- Ref of an object that can be used to perform the operation.
The documentation for this class was generated from the following files:
- Engine/Source/Runtime/Online/BuildPatchServices/Private/Installer/Verifier.h
- Engine/Source/Runtime/Online/BuildPatchServices/Private/Installer/Verifier.cpp