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" |
Source | /Engine/Source/Runtime/Core/Private/Serialization/Archive.cpp |
virtual FArchive & operator<<
(
struct FWeakObjectPtr & Value
)
Remarks
Serializes FWeakObjectPtr value from or into this archive.
This operator can be implemented by sub-classes that wish to serialize FWeakObjectPtr instances. This instance.
Parameters
Name | Description |
---|---|
Value | The value to serialize. |