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
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | Serialize
(
void* Data, |
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<<
(
FName& Value |
Serializes an FName value from or into this archive. |
![]() ![]() |
FArchive & | operator<<
(
FSoftObjectPath& Value |
Serializes soft object paths from or into this archive. |