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
)

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()

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