Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > Serialization > FArchiveUObject > operator<<
- FArchive::operator<<()
- FArchiveUObject::operator<<()
- FDuplicateDataReader::operator<<()
- FDuplicateDataWriter::operator<<()
- FLinkerSave::operator<<()
- FLinkerLoad::operator<<()
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/Serialization/ArchiveUObject.h |
Include | #include "Serialization/ArchiveUObject.h" |
virtual FArchive & operator<<
&40;
FLazyObjectPtr & Value
&41;
Remarks
Serializes a lazy object pointer value from or into this archive.
Most of the time, FLazyObjectPtrs are serialized as UObject*, but some archives need to override this. This instance.
Parameters
Name | Description |
---|---|
Value | The value to serialize. |