FStaticMemoryReader

Archive for reading arbitrary data from the specified memory location

Windows
MacOS
Linux

Inheritance Hierarchy

FArchiveState

FArchive

FMemoryArchive

FStaticMemoryReader

References

Module

Core

Header

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

Include

#include "Serialization/StaticMemoryReader.h"

Syntax

class FStaticMemoryReader : public FMemoryArchive

Remarks

Archive for reading arbitrary data from the specified memory location

Constructors

Name Description

Public function

FStaticMemoryReader

(
    const uint8* InBytes,
    int64 InNumBytes
)

Overridden from FArchive

Name Description

Public function Virtual

void

 

Serialize

(
    void* Data,
    int64 Num
)

Overridden from FArchiveState

Name Description

Public function Virtual Const

FString

 

GetArchiveName()

Returns the name of the Archive.

Public function Virtual

int64

 

TotalSize()

Returns total size of the backing data storage.

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