Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc > FArchiveMD5 > operator<<
- FArchive::operator<<()
- FArchiveMD5::operator<<()
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/ArchiveMD5.h |
Include | #include "Misc/ArchiveMD5.h" |
virtual FArchive & operator<<
(
class 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. |