Navigation
Unreal Engine C++ API Reference > Runtime > Core > Serialization > FArchiveProxy > operator<<
- FArchive::operator<<()
- FArchiveProxy::operator<<()
- FArchiveFromStructuredArchiveImpl::operator<<()
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Serialization/ArchiveProxy.h |
Include | #include "Serialization/ArchiveProxy.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. |