Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces > API/Plugins/OnlineSubsystem/Interfaces/IOnlineTitleFile
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineTitleFileInterface.h |
| Include | #include "Interfaces/OnlineTitleFileInterface.h" |
bool GetFileContents
&40;
const FString & FileName,
TArray< uint8 > & FileContents
&41;
Remarks
Copies the file data into the specified buffer for the specified file true if the data was copied, false otherwise
Parameters
| Name | Description |
|---|---|
| FileName | the name of the file to read |
| FileContents | the out buffer to copy the data into |