FReader

Transfers data from an array.

Windows
MacOS
Linux

Inheritance Hierarchy

FArchiveState

FArchive

FArchiveUObject

FTransaction::FObjectRecord::FReader

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Classes/Editor/Transactor.h

Include

#include "Editor/Transactor.h"

Syntax

class FReader : public FArchiveUObject

Remarks

Transfers data from an array.

Constructors

Name Description

Public function

FReader

(
    FTransaction* InOwner,
    const FSerializedObject& InSeriali...,
    bool bWantBinarySerialization
)

Overridden from FArchive

Name Description

Public function Virtual

void

 

Seek

(
    int64 InPos
)

Attempts to set the current offset into backing data storage, this will do nothing if there is no storage.

Overridden from FArchiveState

Name Description

Public function Virtual

int64

 

Tell()

Returns the current location within the backing data storage, which can possibly be passed to Seek later to restore a read/write location.

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