FFileManagerGeneric::IsReadOnly

If you're writing to a debug file, you should use CreateDebugFileWriter, and wrap the calling code in if ALLOW_DEBUG_FILES.

Windows
MacOS
Linux

Override Hierarchy

IFileManager::IsReadOnly()

FFileManagerGeneric::IsReadOnly()

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/HAL/FileManagerGeneric.h

Include

#include "HAL/FileManagerGeneric.h"

Source

/Engine/Source/Runtime/Core/Private/HAL/FileManagerGeneric.cpp

Syntax

virtual bool IsReadOnly
(
    const TCHAR * Filename
)

Remarks

Checks if a file is read-only.

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