Navigation
API > API/Plugins > API/Plugins/ConcertTransport
Archive for rewriting identifiers (currently names) so that they belong to a different identifier table
| Name | FConcertIdentifierRewriter |
| Type | class |
| Header File | /Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertTransport/Public/IdentifierTable/ConcertTransportArchives.h |
| Include Path | #include "IdentifierTable/ConcertTransportArchives.h" |
Syntax
class FConcertIdentifierRewriter : public FMemoryArchive
Inheritance Hierarchy
- FArchiveState → FArchive → FMemoryArchive → FConcertIdentifierRewriter
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FConcertIdentifierRewriter
(
const FConcertLocalIdentifierTable* InLocalIdentifierTable, |
IdentifierTable/ConcertTransportArchives.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Bytes | TArray< uint8 > & | IdentifierTable/ConcertTransportArchives.h | ||
| LocalIdentifierTable | const FConcertLocalIdentifierTable * | IdentifierTable/ConcertTransportArchives.h | ||
| RewriteIdentifierTable | FConcertLocalIdentifierTable * | IdentifierTable/ConcertTransportArchives.h | ||
| ScratchBytes | TArray< uint8 > | IdentifierTable/ConcertTransportArchives.h |
Functions
Public
Overridden from FArchive
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Serialize
(
void* Data, |
IdentifierTable/ConcertTransportArchives.h |
Overridden from FArchiveState
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FString GetArchiveName() |
IdentifierTable/ConcertTransportArchives.h | ||
virtual int64 TotalSize() |
IdentifierTable/ConcertTransportArchives.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FConcertLocalIdentifierTable * GetLocalIdentifierTable() |
IdentifierTable/ConcertTransportArchives.h | ||
FConcertLocalIdentifierTable * GetRewriteIdentifierTable() |
IdentifierTable/ConcertTransportArchives.h | ||
void RewriteData
(
const int64 OldDataOffset, |
IdentifierTable/ConcertTransportArchives.h |