FNetworkPlatformFile::ConvertServerFilenameToClientFilename

Convert the given filename from the server to the client version of it

Windows
MacOS
Linux

References

Module

NetworkFile

Header

/Engine/Source/Runtime/NetworkFile/Public/NetworkPlatformFile.h

Include

#include "NetworkPlatformFile.h"

Source

/Engine/Source/Runtime/NetworkFile/Private/NetworkPlatformFile.cpp

Syntax

virtual void ConvertServerFilenameToClientFilename
(
    FString & FilenameToConvert
)

Remarks

Convert the given filename from the server to the client version of it

Potentially modifies the input FString!!!! @param FilenameToConvert Upon input, the server version of the filename. After the call, the client version

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss