Navigation
API > API/Runtime > API/Runtime/Core
Enum for platform file write flags
| Name | EPlatformFileWrite |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformFile.h |
| Include Path | #include "GenericPlatform/GenericPlatformFile.h" |
Syntax
enum EPlatformFileWrite
{
None = 0x0,
AllowRead = 0x01,
}
Values
| Name | Remarks |
|---|---|
| None | |
| AllowRead |