IMappedFileRegion

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Async/MappedFileHandle.h"

Syntax

class IMappedFileRegion

Constructors

Name Description

Public function

IMappedFileRegion

(
    const IMappedFileRegion&
)

Non-copyable.

Public function

IMappedFileRegion

(
    const uint8* InMappedPtr,
    size_t InMappedSize,
    const FString& InDebugFilename,
    size_t InDebugOffsetRelativeToFile
)

Destructors

Name Description

Public function Virtual

~IMappedFileRegion()

Functions

Name Description

Public function

const uint8 ...

 

GetMappedPtr()

Return the pointer to the mapped region.

Public function

int64

 

GetMappedSize()

Return the size of the mapped region.

Public function Virtual

void

 

PreloadHint

(
    int64 PreloadOffset,
    int64 BytesToPreload
)

Synchronously preload part or all of the mapped region.

Operators

Name Description

Public function

IMappedFileR...

 

operator=

(
    const IMappedFileRegion&
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss