Navigation
API > API/Runtime > API/Runtime/SandboxFile > API/Runtime/SandboxFile/FSandboxPlatformFile
- IPlatformFile::OpenRead()
- FSandboxPlatformFile::OpenRead()
References
| Module | SandboxFile |
| Header | /Engine/Source/Runtime/SandboxFile/Public/IPlatformFileSandboxWrapper.h |
| Include | #include "IPlatformFileSandboxWrapper.h" |
| Source | /Engine/Source/Runtime/SandboxFile/Private/IPlatformFileSandboxWrapper.cpp |
virtual IFileHandle * OpenRead
(
const TCHAR * Filename,
bool bAllowWrite
)
Remarks
Attempt to open a file for reading.