FLargeMemoryData::Read

Read data at the given offset. Returns true if the data was read.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Serialization/LargeMemoryData.h

Include

#include "Serialization/LargeMemoryData.h"

Source

/Engine/Source/Runtime/Core/Private/Serialization/LargeMemoryData.cpp

Syntax

bool Read
(
    void * OutData,
    int64 InOffset,
    int64 InNum
) const

Remarks

Read data at the given offset. Returns true if the data was read.

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