Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces > API/Plugins/OnlineSubsystem/Interfaces/IOnlineTitleFile
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineTitleFileInterface.h |
| Include | #include "Interfaces/OnlineTitleFileInterface.h" |
bool ClearFile
(
const FString & FileName
)
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 |