FLocalTitleFile::ClearFile

Empties the cached data for this file if it is not being downloaded currently

Windows
MacOS
Linux

Override Hierarchy

ICloudTitleFile::ClearFile()

FLocalTitleFile::ClearFile()

References

Module

HTTPChunkInstaller

Header

/Engine/Plugins/Runtime/HTTPChunkInstaller/Source/Public/LocalTitleFile.h

Include

#include "LocalTitleFile.h"

Source

/Engine/Plugins/Runtime/HTTPChunkInstaller/Source/Private/LocalTitleFile.cpp

Syntax

virtual bool ClearFile
(
    const FString & FileName
)

Remarks

Empties the cached data for this file if it is not being downloaded currently

Returns

true if it could be deleted, false if it could not

Parameters

Parameter

Description

FileName

the name of the file to remove from the cache

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