Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces > API/Plugins/OnlineSubsystem/Interfaces/IOnlineSharedCloud
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineSharedCloudInterface.h |
| Include | #include "Interfaces/OnlineSharedCloudInterface.h" |
bool ReadSharedFile
(
const FSharedContentHandle & SharedHandle
)
Remarks
Starts an asynchronous read of the specified shared file from the network platform's file store true if the calls starts successfully, false otherwise
Parameters
| Name | Description |
|---|---|
| SharedHandle | the name of the file to read |