FTransaction::FObjectRecord::FWriter::operator<<

Serializes an [FName](API\Runtime\Core\UObject\FName) value from or into this archive.

Windows
MacOS
Linux

Override Hierarchy

FArchive::operator<<()

FTransaction::FObjectRecord::FWriter::operator<<()

References

Module

UnrealEd

Header

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

Include

#include "Editor/Transactor.h"

Syntax

virtual FArchive & operator<<
(
    class FName & Value
)

Remarks

Serializes an FName value from or into this archive.

This operator can be implemented by sub-classes that wish to serialize FName instances.

Returns

This instance.

Parameters

Parameter

Description

Value

The value to serialize.

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