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