IBuildPatchServicesModule::VerifyChunkData

Searches a given directory for chunk and chunkdb files, and verifies their integrity uses the hashes in the files.

Windows
MacOS
Linux

References

Module

BuildPatchServices

Header

/Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildPatchServicesModule.h

Include

#include "Interfaces/IBuildPatchServicesModule.h"

Syntax

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.

THIS function is blocking and will not return until finished. Don't run on main thread.

Returns

true if successful and no corruptions detected.

Parameters

Parameter

Description

SearchPath

A full file path for the directory to search.

OutputFile

A full file path where to save the output text.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss