Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/CoreUObject/Public/Serialization/ArchiveUObject.h |
Include |
#include "Serialization/ArchiveUObject.h" |
class FArchiveUObject : public FArchive
Base FArchive for serializing UObjects. Supports FLazyObjectPtr and FSoftObjectPtr serialization.
Name | Description | ||
---|---|---|---|
|
FArchive & |
SerializeLazyObjectPtr ( |
Lazy object pointer serialization. |
|
FArchive & |
SerializeObjectPtr ( |
|
|
FArchive & |
SerializeSoftObjectPath ( |
|
|
FArchive & |
SerializeSoftObjectPtr ( |
|
|
FArchive & |
SerializeWeakObjectPtr ( |
Name | Description | ||
---|---|---|---|
|
FArchive & |
operator<< ( |
Serializes a lazy object pointer value from or into this archive. |
|
FArchive & |
operator<< ( |
Serializes a wrapped object pointer value from or into this archive. |
|
FArchive & |
operator<< ( |
Serializes asset pointer from or into this archive. |
|
FArchive & |
operator<< ( |
Serializes soft object paths from or into this archive. |
|
FArchive & |
operator<< ( |
Serializes FWeakObjectPtr value from or into this archive. |