Navigation
API > API/Runtime > API/Runtime/NetworkFile > API/Runtime/NetworkFile/FNetworkPlatformFile > API/Runtime/NetworkFile/FNetworkPlatformFile/ConvertServerFil-
References
| Module | NetworkFile |
| Header | /Engine/Source/Runtime/NetworkFile/Public/NetworkPlatformFile.h |
| Include | #include "NetworkPlatformFile.h" |
| Source | /Engine/Source/Runtime/NetworkFile/Private/NetworkPlatformFile.cpp |
virtual void ConvertServerFilenameToClientFilename
&40;
FString & FilenameToConvert
&41;
Remarks
Convert the given filename from the server to the client version of it NOTE: Potentially modifies the input FString!!!!
Parameters
| Name | Description |
|---|---|
| FilenameToConvert | Upon input, the server version of the filename. After the call, the client version |