Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineSharedCloudInterface.h |
Include |
#include "Interfaces/OnlineSharedCloudInterface.h" |
bool GetSharedFileContents
(
const FSharedContentHandle & SharedHandle,
TArray< uint8 > & FileContents
)
Copies the shared data into the specified buffer for the specified file
true if the data was copied, false otherwise
Parameter |
Description |
---|---|
SharedHandle |
the name of the file to read |
FileContents |
the out buffer to copy the data into |