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 &42; OpenAsyncRead
&40;
const TCHAR &42; Filename
&41;
Remarks
Open a file for async reading. This call does not hit the disk or block. Close the file by delete'ing the handle. A non-null return value does not mean the file exists, since that may not be determined yet.
Parameters
Name | Description |
---|---|
Filename | file to be opened |