Navigation
API > API/Runtime > API/Runtime/NetworkFile > API/Runtime/NetworkFile/FNetworkPlatformFile
- IPlatformFile::SetReadOnly()
- FNetworkPlatformFile::SetReadOnly()
References
| Module | NetworkFile |
| Header | /Engine/Source/Runtime/NetworkFile/Public/NetworkPlatformFile.h |
| Include | #include "NetworkPlatformFile.h" |
| Source | /Engine/Source/Runtime/NetworkFile/Private/NetworkPlatformFile.cpp |
virtual bool SetReadOnly
(
const TCHAR * Filename,
bool bNewReadOnlyValue
)
Remarks
Attempt to change the read only status of a file. Return true if successful.