Navigation
API > API/Runtime > API/Runtime/NetworkFile > API/Runtime/NetworkFile/FNetworkPlatformFile
- IPlatformFile::Initialize()
- FNetworkPlatformFile::Initialize()
References
| Module | NetworkFile |
| Header | /Engine/Source/Runtime/NetworkFile/Public/NetworkPlatformFile.h |
| Include | #include "NetworkPlatformFile.h" |
| Source | /Engine/Source/Runtime/NetworkFile/Private/NetworkPlatformFile.cpp |
virtual bool Initialize
&40;
IPlatformFile &42; Inner,
const TCHAR &42; CmdLine
&41;
Remarks
Initializes platform file. true if the initialization was successful, false otherise.
Parameters
| Name | Description |
|---|---|
| Inner | Platform file to wrap by this file. |
| CmdLine | Command line to parse. |