FArchiveUObject::operator<<

Serializes soft object paths from or into this archive.

Windows
MacOS
Linux

Override Hierarchy

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/Serialization/ArchiveUObject.h

Include

#include "Serialization/ArchiveUObject.h"

Syntax

virtual FArchive & operator<<
(
    FSoftObjectPath & Value
)

Remarks

Serializes soft object paths from or into this archive.

Returns

This instance.

Parameters

Parameter

Description

Value

Soft object path 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