Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FDiffableObjectDataWriter
| Type | Name | Description | |
|---|---|---|---|
| FArchive & | operator<<
(
FName& N |
Serializes an FName value from or into this archive. | |
| FArchive & | operator<<
(
TCheckedObjPtr< T >& Value |
||
| FArchive & | operator<<
(
UObject*& Res |
Serializes an UObject value from or into this archive. | |
| FArchive & | operator<<
(
FLazyObjectPtr& Value |
Serializes a lazy object pointer value from or into this archive. | |
| FArchive & | operator<<
(
FObjectPtr& Value |
Serializes a wrapped object pointer value from or into this archive. | |
| FArchive & | operator<<
(
FSoftObjectPtr& Value |
Serializes asset pointer from or into this archive. | |
| FArchive & | operator<<
(
FSoftObjectPath& Value |
Serializes soft object paths from or into this archive. | |
| FArchive & | operator<<
(
FWeakObjectPtr& Value |
Serializes FWeakObjectPtr value from or into this archive. | |
| FArchive & | operator<<
(
FText& Value |
Serializes an FText value from or into an archive. | |
| FArchive & | operator<<
(
FField*& Value |
Serializes a Field value from or into this archive. |