IOnlineSharedCloud::GetSharedFileContents

Copies the shared data into the specified buffer for the specified file

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineSharedCloudInterface.h"

Syntax

bool GetSharedFileContents
(
    const FSharedContentHandle & SharedHandle,
    TArray< uint8 > & FileContents
)

Remarks

Copies the shared data into the specified buffer for the specified file

Returns

true if the data was copied, false otherwise

Parameters

Parameter

Description

SharedHandle

the name of the file to read

FileContents

the out buffer to copy the data into

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