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 WriteSharedFile
&40;
const FUniqueNetId & UserId,
const FString & Filename,
TArray< uint8 > & Contents
&41;
Remarks
Starts an asynchronous write of the specified shared file to the network platform's file store true if the calls starts successfully, false otherwise
Parameters
| Name | Description |
|---|---|
| UserId | User owning the storage |
| Filename | the name of the file to write |
| Contents | data to write to the file |