IOnlineTitleFile::GetFileContents

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

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineTitleFileInterface.h"

Syntax

bool GetFileContents
(
    const FString & FileName,
    TArray< uint8 > & FileContents
)

Remarks

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

Returns

true if the data was copied, false otherwise

Parameters

Parameter

Description

FileName

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