Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore
Inheritance Hierarchy
- FArchiveState
- FArchive
- FMemoryArchive
- FConcertIdentifierRewriter
- FConcertSyncObjectRewriter
References
| Module | ConcertSyncCore |
| Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/ConcertSyncArchives.h |
| Include | #include "ConcertSyncArchives.h" |
Syntax
class FConcertSyncObjectRewriter : public FConcertIdentifierRewriter
Remarks
Archive for rewriting identifiers (currently names) so that they belong to a different identifier table
Constructors
| Type | Name | Description | |
|---|---|---|---|
FConcertSyncObjectRewriter
(
const FConcertLocalIdentifierTable* InLocalIdentifierTable, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FSoftObjectPath | GetOutputObjectPath
(
const FSoftObjectPath& Obj |
Called with the result of OnObjectSerialized to get the object path to set on the in-memory object value (the output of operator<<) | |
| void | OnObjectSerialized
(
FSoftObjectPath& Obj |
Called to rewrite the object path that will be stored in the persistent object value (InBytes) | |
| void | RewriteObject
(
const UClass* InClass |
||
| void | RewriteProperty
(
const FProperty* InProp |
Overridden from FArchiveState
| Type | Name | Description | |
|---|---|---|---|
| FString | Returns the name of the Archive. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FArchive & | operator<<
(
UObject*& Obj |
Serializes an UObject value from or into this archive. | |
| 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. | |
| FArchive & | operator<<
(
TCheckedObjPtr< T >& Value |