Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Async/MappedFileHandle.h |
Include |
#include "Async/MappedFileHandle.h" |
class IMappedFileHandle
Name | Description | |
---|---|---|
|
IMappedFileHandle ( |
|
|
IMappedFileHandle ( |
Non-copyable. |
Name | Description | |
---|---|---|
|
~IMappedFileHandle() |
Destructor, also the only way to close the file handle. |
Name | Description | ||
---|---|---|---|
|
GetFileSize() |
Return the size of the mapped file. |
|
|
IMappedFileR... |
MapRegion |
Map a region of the file. |
Name | Description | ||
---|---|---|---|
|
IMappedFileH... |
operator= ( |