FStreamingNetworkPlatformFile::SendOpenMessage

Sends Open message to the server and creates a new file handle if successful.

Windows
MacOS
Linux

References

Module

StreamingFile

Header

/Engine/Source/Runtime/StreamingFile/Public/StreamingNetworkPlatformFile.h

Include

#include "StreamingNetworkPlatformFile.h"

Source

/Engine/Source/Runtime/StreamingFile/Private/StreamingNetworkPlatformFile.cpp

Syntax

FStreamingNetworkFileHandle * SendOpenMessage
(
    const FString & Filename,
    bool bIsWriting,
    bool bAppend,
    bool bAllowRead
)

Remarks

Sends Open message to the server and creates a new file handle if successful.

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