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 ReadFile
(
const FString & FileName
)
Remarks
Starts an asynchronous read of the specified file from the network platform's file store true if the calls starts successfully, false otherwise
Parameters
| Name | Description |
|---|---|
| FileToRead | the name of the file to read |