FLocalTitleFile::GetFileContents

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

Windows
MacOS
Linux

Override Hierarchy

ICloudTitleFile::GetFileContents()

FLocalTitleFile::GetFileContents()

References

Module

HTTPChunkInstaller

Header

/Engine/Plugins/Runtime/HTTPChunkInstaller/Source/Public/LocalTitleFile.h

Include

#include "LocalTitleFile.h"

Source

/Engine/Plugins/Runtime/HTTPChunkInstaller/Source/Private/LocalTitleFile.cpp

Syntax

virtual 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