FChunkDownloader::ValidateCache

Validate all fully cached files (blocking) by attempting to read them and check their Version hash.

Windows
MacOS
Linux

References

Module

ChunkDownloader

Header

/Engine/Plugins/Runtime/ChunkDownloader/Source/Public/ChunkDownloader.h

Include

#include "ChunkDownloader.h"

Source

/Engine/Plugins/Runtime/ChunkDownloader/Source/Private/ChunkDownloader.cpp

Syntax

int ValidateCache()

Remarks

Validate all fully cached files (blocking) by attempting to read them and check their Version hash. this automatically deletes any files that don't match. Returns the number of files deleted. in this case best to return to a simple update map and reinitialize ChunkDownloader (or restart).

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