FStreamingNetworkPlatformFile::SetReadOnly

Attempt to change the read only status of a file. Return true if successful.

Windows
MacOS
Linux

Override Hierarchy

IPlatformFile::SetReadOnly()

FNetworkPlatformFile::SetReadOnly()

FStreamingNetworkPlatformFile::SetReadOnly()

References

Module

StreamingFile

Header

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

Include

#include "StreamingNetworkPlatformFile.h"

Source

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

Syntax

virtual bool SetReadOnly
(
    const TCHAR * Filename,
    bool bNewReadOnlyValue
)

Remarks

Attempt to change the read only status of a file. Return true 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