Navigation
API > API/Runtime > API/Runtime/Core
| |
|
| Name |
EFileWrite |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Core/Public/HAL/FileManager.h |
| Include Path |
#include "HAL/FileManager.h" |
Syntax
enum EFileWrite
{
FILEWRITE_None = 0x00,
FILEWRITE_NoFail = 0x01,
FILEWRITE_NoReplaceExisting = 0x02,
FILEWRITE_EvenIfReadOnly = 0x04,
FILEWRITE_Append = 0x08,
FILEWRITE_AllowRead = 0x10,
FILEWRITE_Silent = 0x20,
}
Values
| Name |
Remarks |
| FILEWRITE_None |
|
| FILEWRITE_NoFail |
|
| FILEWRITE_NoReplaceExisting |
|
| FILEWRITE_EvenIfReadOnly |
|
| FILEWRITE_Append |
|
| FILEWRITE_AllowRead |
|
| FILEWRITE_Silent |
|