Navigation
Unreal Engine C++ API Reference > Plugins > HTTPChunkInstaller > ICloudTitleFile
- ICloudTitleFile::ClearFile()
- FLocalTitleFile::ClearFile()
References
Module | HTTPChunkInstaller |
Header | /Engine/Plugins/Runtime/HTTPChunkInstaller/Source/Public/CloudTitleFileInterface.h |
Include | #include "CloudTitleFileInterface.h" |
bool ClearFile
&40;
const FString & FileName
&41;
Remarks
Empties the cached data for this file if it is not being downloaded currently true if it could be deleted, false if it could not
Parameters
Name | Description |
---|---|
FileName | the name of the file to remove from the cache |