Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore > API/Plugins/ConcertSyncCore/FConcertSyncObjectRewriter
| Type | Name | Description | |
|---|---|---|---|
| FArchive & | operator<<
(
UObject*& Obj |
Serializes an UObject value from or into this archive. | |
| FArchive & | operator<<
(
TCheckedObjPtr< T >& Value |
||
| FArchive & | operator<<
(
FLazyObjectPtr& LazyObjectPtr |
Serializes a lazy object pointer value from or into this archive. | |
| FArchive & | operator<<
(
FObjectPtr& Obj |
Serializes a wrapped object pointer value from or into this archive. | |
| FArchive & | operator<<
(
FSoftObjectPtr& AssetPtr |
Serializes asset pointer from or into this archive. | |
| FArchive & | operator<<
(
FSoftObjectPath& AssetPtr |
Serializes soft object paths from or into this archive. | |
| FArchive & | operator<<
(
FWeakObjectPtr& Value |
Serializes FWeakObjectPtr value from or into this archive. | |
| FArchive & | operator<<
(
FName& Name |
Serializes an FName 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. |