IMappedFileRegion::GetMappedPtr

Return the pointer to the mapped region.

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

const uint8 * GetMappedPtr()

Remarks

Return the pointer to the mapped region.

Returns

Returned size of the file or -1 if the file was not found, the request was canceled or other error.