Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/IPlatformFile
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FFileOpenResult OpenReadNoBuffering
(
const TCHAR* Filename, |
GenericPlatform/GenericPlatformFile.h | ||
virtual IFileHandle * OpenReadNoBuffering
(
const TCHAR* Filename, |
GenericPlatform/GenericPlatformFile.h |
OpenReadNoBuffering(const TCHAR *, EOpenReadFlags)
| Name | OpenReadNoBuffering |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformFile.h |
| Include Path | #include "GenericPlatform/GenericPlatformFile.h" |
virtual FFileOpenResult OpenReadNoBuffering
(
const TCHAR * Filename,
EOpenReadFlags Flags
)
OpenReadNoBuffering(const TCHAR *, bool)
| Name | OpenReadNoBuffering |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformFile.h |
| Include Path | #include "GenericPlatform/GenericPlatformFile.h" |
virtual IFileHandle * OpenReadNoBuffering
(
const TCHAR * Filename,
bool bAllowWrite
)