IOnlineSharedCloud::ReadSharedFile

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

Choose your operating system:

Windows

macOS

Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineSharedCloudInterface.h"

Syntax

bool ReadSharedFile
(
    const FSharedContentHandle & SharedHandle
)

Remarks

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

Returns

true if the calls starts successfully, false otherwise

Parameters

Parameter

Description

SharedHandle

the name of the file to read