Navigation
API > API/Runtime > API/Runtime/SandboxFile > API/Runtime/SandboxFile/FSandboxPlatformFile
- IPlatformFile::OpenAsyncRead()
- FSandboxPlatformFile::OpenAsyncRead()
References
| Module | SandboxFile |
| Header | /Engine/Source/Runtime/SandboxFile/Public/IPlatformFileSandboxWrapper.h |
| Include | #include "IPlatformFileSandboxWrapper.h" |
| Source | /Engine/Source/Runtime/SandboxFile/Private/IPlatformFileSandboxWrapper.cpp |
virtual IAsyncReadFileHandle * OpenAsyncRead
(
const TCHAR * Filename
)
Remarks
Open a file for async reading. This call does not hit the disk or block.