IMappedFileHandle::~IMappedFileHandle

Destructor, also the only way to close the file handle.

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Async/MappedFileHandle.h

Include

#include "Async/MappedFileHandle.h"

Syntax

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.