Navigation
API > API/Runtime > API/Runtime/BuildPatchServices > API/Runtime/BuildPatchServices/Interfaces > API/Runtime/BuildPatchServices/Interfaces/IBuildManifest
References
| Module | BuildPatchServices |
| Header | /Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildManifest.h |
| Include | #include "Interfaces/IBuildManifest.h" |
bool GetFileHash
(
const FString & Filename,
FSHAHash & OutHash
) const
Remarks
Gets the file hash for a given file true if we had the hash for this file
Parameters
| Name | Description |
|---|---|
| Filename | IN The filename in the build |
| OutHash | OUT Receives the hash value if found |