FNetworkPlatformFile::SendMessageToServer

Sends a message to the file server, and will block until it's complete.

Windows
MacOS
Linux

Override Hierarchy

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

Syntax

virtual bool SendMessageToServer
(
    const TCHAR * Message,
    IPlatformFile::IFileServerMessageHandler * Handler
)

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.

Returns

true if the message was sent to server and it returned success, or false if there is no server, or the command failed

Parameters

Parameter

Description

Message

The string message to send to the server

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