FWriter

Transfers data to an array.

Windows
MacOS
Linux

Inheritance Hierarchy

FArchiveState

FArchive

FArchiveUObject

FTransaction::FObjectRecord::FWriter

References

Module

UnrealEd

Header

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

Include

#include "Editor/Transactor.h"

Syntax

class FWriter : public FArchiveUObject

Remarks

Transfers data to an array.

Constructors

Name Description

Public function

FWriter

(
    FSerializedObject& InSerializedObj...,
    bool bWantBinarySerialization,
    TArrayView< const FProperty* >...
)

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 Const

bool

 

ShouldSkipProperty

(
    const FProperty* InProperty
)

Checks whether the archive wants to skip the property independent of the other flags

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