IOnlineUserCloud::ReadUserFile

Starts an asynchronous read 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 ReadUserFile
(
    const FUniqueNetId & UserId,
    const FString & FileName
)

Remarks

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

Returns

true if the calls starts successfully, false otherwise

Parameters

Parameter

Description

UserId

User owning the storage

FileToRead

the name of the file to read

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