Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces > API/Plugins/OnlineSubsystem/Interfaces/IOnlineUserCloud
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineUserCloudInterface.h |
| Include | #include "Interfaces/OnlineUserCloudInterface.h" |
bool DeleteUserFile
&40;
const FUniqueNetId & UserId,
const FString & FileName,
bool bShouldCloudDelete,
bool bShouldLocallyDelete
&41;
Remarks
Starts an asynchronous delete of the specified user file from the network platform's file store true if the call starts successfully, false otherwise
Parameters
| Name | Description |
|---|---|
| UserId | User owning the storage |
| FileName | the name of the file to delete |
| bShouldCloudDelete | whether to delete the file from the cloud |
| bShouldLocallyDelete | whether to delete the file locally |