FBufferReader

Similar to [FMemoryReader](API\Runtime\Core\Serialization\FMemoryReader), but able to internally manage the memory for the buffer.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Core

Header

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

Include

#include "Serialization/BufferReader.h"

Syntax

class FBufferReader : public FBufferReaderBase

Remarks

Similar to FMemoryReader, but able to internally manage the memory for the buffer.

Constructors

Name Description

Public function

FBufferReader

(
    void* Data,
    int64 Size,
    bool bInFreeOnClose,
    bool bIsPersistent
)

Constructor

Overridden from FArchiveState

Name Description

Public function Virtual Const

FString

 

GetArchiveName()

Returns the name of the Archive.

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