Navigation
API > API/Plugins > API/Plugins/ConcertTransport > API/Plugins/ConcertTransport/IdentifierTable
Inheritance Hierarchy
- FArchiveState
- FArchive
- FMemoryArchive
- FConcertIdentifierRewriter
- FConcertSyncObjectRewriter
References
| Module | ConcertTransport |
| Header | /Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertTransport/Public/IdentifierTable/ConcertTransportArchives.h |
| Include | #include "IdentifierTable/ConcertTransportArchives.h" |
Syntax
class FConcertIdentifierRewriter : public FMemoryArchive
Remarks
Archive for rewriting identifiers (currently names) so that they belong to a different identifier table
Constructors
| Type | Name | Description | |
|---|---|---|---|
FConcertIdentifierRewriter
(
const FConcertLocalIdentifierTable* InLocalIdentifierTable, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FConcertLocalIdentifierTable * | |||
| FConcertLocalIdentifierTable * | |||
| void | RewriteData
(
const int64 OldDataOffset, |
Overridden from FArchive
Overridden from FArchiveState
| Type | Name | Description | |
|---|---|---|---|
| FString | Returns the name of the Archive. | ||
| int64 | TotalSize () |
Returns total size of the backing data storage. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FArchive & | operator<<
(
FObjectPtr& Value |
Serializes a wrapped object pointer value from or into this archive. | |
| FArchive & | operator<<
(
FLazyObjectPtr& Value |
Serializes a lazy object pointer value from or into this archive. | |
| FArchive & | operator<<
(
TCheckedObjPtr< T >& Value |
||
| FArchive & | operator<<
(
FField*& Value |
Serializes a Field value from or into this archive. | |
| FArchive & | operator<<
(
FText& Value |
Serializes an FText value from or into an archive. | |
| FArchive & | operator<<
(
FSoftObjectPath& AssetPtr |
Serializes soft object paths from or into this archive. | |
| FArchive & | operator<<
(
FSoftObjectPtr& Value |
Serializes asset pointer from or into this archive. | |
| FArchive & | operator<<
(
FName& Name |
Serializes an FName value from or into this archive. | |
| FArchive & | operator<<
(
UObject*& Res |
Serializes an UObject value from or into this archive. | |
| FArchive & | operator<<
(
FWeakObjectPtr& Value |
Serializes FWeakObjectPtr value from or into this archive. |