Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/IPlatformFile
Description
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.
Derived Overrides
| Name | SendMessageToServer |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformFile.h |
| Include Path | #include "GenericPlatform/GenericPlatformFile.h" |
virtual bool SendMessageToServer
(
const TCHAR * Message,
IFileServerMessageHandler * Handler
)
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 | Remarks |
|---|---|
| Message | The string message to send to the server |