FLargeMemoryData::Write

Write data at the given offset. Returns true if the data was written.

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 Write
(
    void * InData,
    int64 InOffset,
    int64 InNum
)

Remarks

Write data at the given offset. Returns true if the data was written.

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