IOnlineUserCloud::DeleteUserFile

Starts an asynchronous delete of the specified user file from the network platform's file store

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineUserCloudInterface.h

Include

#include "Interfaces/OnlineUserCloudInterface.h"

Syntax

bool DeleteUserFile
(
    const FUniqueNetId & UserId,
    const FString & FileName,
    bool bShouldCloudDelete,
    bool bShouldLocallyDelete
)

Remarks

Starts an asynchronous delete of the specified user file from the network platform's file store

Returns

true if the call starts successfully, false otherwise

Parameters

Parameter

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

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