FArchiveProxy::operator<<

Serializes asset pointer from or into this archive.

Windows
MacOS
Linux

Override Hierarchy

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Serialization/ArchiveProxy.h

Include

#include "Serialization/ArchiveProxy.h"

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