Navigation
API > API/Runtime > API/Runtime/NetworkFile > API/Runtime/NetworkFile/FNetworkPlatformFile
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 InitializeInternal
(
IPlatformFile * Inner,
const TCHAR * HostIP
)
Remarks
Initialize network platform file give the specified host IP true if the initialization succeeded, false otherwise
Parameters
| Name | Description |
|---|---|
| Inner | Inner platform file |
| HostIP | host IP address |