Navigation
Unreal Engine C++ API Reference > Runtime > Core > Serialization > FArchive > operator<<
- FArchive::operator<<()
- FArchiveFromStructuredArchiveImpl::operator<<()
- FArchiveMD5::operator<<()
- FArchiveProxy::operator<<()
- FArchiveFromStructuredArchiveImpl::operator<<()
- FMemoryArchive::operator<<()
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Serialization/Archive.h |
Include | #include "Serialization/Archive.h" |
virtual FArchive & operator<<
(
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. This instance.
Parameters
Name | Description |
---|---|
Value | The value to serialize. |