Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Async > API/Runtime/Core/Async/IMappedFileHandle
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Async/MappedFileHandle.h |
Include | #include "Async/MappedFileHandle.h" |
virtual ~IMappedFileHandle()
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.