Navigation
Unreal Engine C++ API Reference > Runtime > Core > Async > IAsyncReadFileHandle
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Async/AsyncFileHandle.h |
Include | #include "Async/AsyncFileHandle.h" |
virtual &126;IAsyncReadFileHandle&40;&41;
Remarks
Destructor, also the only way to close the file handle. It is not legal to delete an async file with outstanding requests. You must always call WaitCompletion before deleting a request.