IOnlineUserCloud::CancelWriteUserFile

Cancel the ongoing upload of the specified file, if it is in progress

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineUserCloudInterface.h"

Syntax

void CancelWriteUserFile
(
    const FUniqueNetId & UserId,
    const FString & FileName
)

Remarks

Cancel the ongoing upload of the specified file, if it is in progress

Parameters

Parameter

Description

UserId

User owning the storage

FileNam

the name of the file to cancel

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