Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/HAL > API/Runtime/Core/HAL/IFileManager
- IFileManager::SendMessageToServer()
- FFileManagerGeneric::SendMessageToServer()
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/HAL/FileManager.h |
| Include | #include "HAL/FileManager.h" |
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 |