IOnlineUserCloud::GetUserFileList

Returns the list of User files that was returned by the network store

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineUserCloudInterface.h"

Syntax

void GetUserFileList
(
    const FUniqueNetId & UserId,
    TArray< FCloudFileHeader > & UserFiles
)

Remarks

Returns the list of User files that was returned by the network store

Parameters

Parameter

Description

UserId

User owning the storage

UserFiles

out array of file metadata

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