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