FConcertSyncObjectWriter::operator<<

Serializes asset pointer from or into this archive.

Windows
MacOS
Linux

Override Hierarchy

FArchive::operator<<()

FConcertSyncObjectWriter::operator<<()

References

Module

ConcertSyncCore

Header

/Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/ConcertSyncArchives.h

Include

#include "ConcertSyncArchives.h"

Source

/Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Private/ConcertSyncArchives.cpp

Syntax

virtual FArchive & operator<<
(
    FSoftObjectPtr & Value
)

Remarks

Serializes asset pointer from or into this archive.

Most of the time, FSoftObjectPtr are serialized as UObject *, but some archives need to override this.

Returns

This instance.

Parameters

Parameter

Description

Value

The asset pointer 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