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
&40;
const FString & SearchPath,
const FString & OutputFile
&41;
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. |