Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Async/MappedFileHandle.h |
Include |
#include "Async/MappedFileHandle.h" |
class IMappedFileRegion
Name | Description | |
---|---|---|
|
IMappedFileRegion ( |
Non-copyable. |
|
IMappedFileRegion |
Name | Description | |
---|---|---|
|
~IMappedFileRegion() |
Name | Description | ||
---|---|---|---|
|
const uint8 ... |
GetMappedPtr() |
Return the pointer to the mapped region. |
|
GetMappedSize() |
Return the size of the mapped region. |
|
|
PreloadHint |
Synchronously preload part or all of the mapped region. |
Name | Description | ||
---|---|---|---|
|
IMappedFileR... |
operator= ( |