Navigation
API > API/Runtime > API/Runtime/BuildPatchServices > API/Runtime/BuildPatchServices/IBuildPatchServicesModule
Description
Searches a given directory for chunk and chunkdb files, and verifies their integrity uses the hashes in the files. NOTE: THIS function is blocking and will not return until finished. Don't run on main thread.
| Name | VerifyChunkData |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildPatchServicesModule.h |
| Include Path | #include "Interfaces/IBuildPatchServicesModule.h" |
bool VerifyChunkData
(
const FString & SearchPath,
const FString & OutputFile
)
true if successful and no corruptions detected.
Parameters
| Name | Remarks |
|---|---|
| SearchPath | A full file path for the directory to search. |
| OutputFile | A full file path where to save the output text. |