Navigation
API > API/Runtime > API/Runtime/NetworkFile > API/Runtime/NetworkFile/FNetworkPlatformFile
- IPlatformFile::SendMessageToServer()
- FNetworkPlatformFile::SendMessageToServer()
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 SendMessageToServer
&40;
const TCHAR &42; Message,
IPlatformFile::IFileServerMessageHandler &42; Handler
&41;
Remarks
Sends a message to the file server, and will block until it's complete. Will return immediately if the file manager doesn't support talking to a server. true if the message was sent to server and it returned success, or false if there is no server, or the command failed
Parameters
| Name | Description |
|---|---|
| Message | The string message to send to the server |