Navigation
API > API/Runtime > API/Runtime/Core
| Name | IMappedFileRegion |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Async/MappedFileHandle.h |
| Include Path | #include "Async/MappedFileHandle.h" |
Syntax
class IMappedFileRegion
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IMappedFileRegion
(
const IMappedFileRegion& |
Non-copyable. | Async/MappedFileHandle.h | |
IMappedFileRegion
(
const uint8* InMappedPtr, |
Async/MappedFileHandle.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IMappedFileRegion() |
Async/MappedFileHandle.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DebugFilename | FString | Async/MappedFileHandle.h | ||
| DebugOffsetRelativeToFile | size_t | Async/MappedFileHandle.h | ||
| MappedPtr | const uint8 * | Async/MappedFileHandle.h | ||
| MappedSize | size_t | Async/MappedFileHandle.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Flush
(
int64 FlushOffset, |
Synchronously flush part or all of the mapped region. | Async/MappedFileHandle.h | |
const uint8 * GetMappedPtr() |
Return the pointer to the mapped region. | Async/MappedFileHandle.h | |
int64 GetMappedSize() |
Return the size of the mapped region. | Async/MappedFileHandle.h | |
virtual void PreloadHint
(
int64 PreloadOffset, |
Synchronously preload part or all of the mapped region. | Async/MappedFileHandle.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IMappedFileRegion & operator=
(
const IMappedFileRegion& |
Async/MappedFileHandle.h |