Navigation
API > API/Runtime > API/Runtime/BuildPatchServices > API/Runtime/BuildPatchServices/Interfaces > API/Runtime/BuildPatchServices/Interfaces/IBuildPatchServicesModule
References
| Module | BuildPatchServices |
| Header | /Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildPatchServicesModule.h |
| Include | #include "Interfaces/IBuildPatchServicesModule.h" |
bool VerifyChunkData
(
const FString & SearchPath,
const FString & OutputFile
)
Remarks
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. true if successful and no corruptions detected.
Parameters
| Name | Description |
|---|---|
| SearchPath | A full file path for the directory to search. |
| OutputFile | A full file path where to save the output text. |