FMemoryArchive::operator<<

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

Windows
MacOS
Linux

Override Hierarchy

References

Module

Core

Header

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

Include

#include "Serialization/MemoryArchive.h"

Syntax

virtual FArchive & operator<<
(
    class UObject *& Value
)

Remarks

Serializes an UObject value from or into this archive.

This operator can be implemented by sub-classes that wish to serialize UObject 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